Commit graph

10 commits

Author SHA1 Message Date
Richard Aas
5bb8c0712e http: added support for chunked transfer encoding (#90) 2017-11-04 19:22:05 +01:00
Richard Aas
e167b2c154 HTTP client improvements (#36)
* http client connection reuse

* retry failed requests using fresh connections

* fix line length

* Handle Connection: close response header
2017-01-05 21:53:32 +01:00
Richard Aas
1be9aa335c This patch includes multiple TLS fixes:
- General TLS improvements
- New DTLS API
- OpenSSL multi-threading support
2014-06-12 10:51:53 +00:00
Richard Aas
4ca479fc01 http: handle no space before reasonphrase 2014-05-30 08:26:51 +00:00
Richard Aas
9891c74872 websock: added WebSocket client/server module 2014-04-10 11:50:57 +00:00
Richard Aas
b9fcf9d0d6 http: added http_sock_tcp() 2014-03-07 08:09:51 +00:00
Alfred E. Heggestad
76b48730f2 patch:
This patch adds an HTTP client to the re http module.
2014-03-06 17:04:42 +00:00
Alfred E. Heggestad
a2e9dbdad1 patch: content-type parsing
- new module 'msg' for generic message handling (SIP, HTTP)
- decode content-type field in HTTP and SIP
2014-02-21 20:37:46 +00:00
Alfred E. Heggestad
abf42bc3d3 update docs related to HTTP parser 2013-06-08 13:41:56 +00:00
Alfred E. Heggestad
dbf659576f patch: added HTTP parser 2013-06-08 13:24:32 +00:00