Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74301
| From | Roy Smith <roy@panix.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: How can i get http body?? |
| Date | 2014-07-10 10:02 -0400 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <roy-4E2B43.10021110072014@news.panix.com> (permalink) |
| References | <4574254f-e813-4f16-bafb-cbd649496095@googlegroups.com> |
In article <4574254f-e813-4f16-bafb-cbd649496095@googlegroups.com>, Frank Liou <fk26541598fk@gmail.com> wrote: > https://lh5.googleusercontent.com/-6t5tmr5T4Ys/U74FdF128oI/AAAAAAAABvo/bYyaHzs > dw9Q/s1600/%E6%9C%AA%E5%91%BD%E5%90%8D.jpg > > how can i catch the "body" when i was post ?? Take a look at the wonderful requests package. It makes all of this very simple. http://docs.python-requests.org/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How can i get http body?? Frank Liou <fk26541598fk@gmail.com> - 2014-07-09 20:19 -0700
Re: How can i get http body?? Roy Smith <roy@panix.com> - 2014-07-10 10:02 -0400
Re: How can i get http body?? Frank Liou <fk26541598fk@gmail.com> - 2014-07-10 18:20 -0700
csiph-web