summaryrefslogtreecommitdiff
path: root/lib/inets/src/http_client/httpc.erl
Commit message (Expand)AuthorAgeFilesLines
* inets: normalize input uri into string for internal useeaosong2020-07-081-1/+1
* httpc: do not pass error tuple to uri_string:parse/1Mikael Pettersson2019-10-291-3/+9
* inets: Return error if URI has no scheme (httpc)Péter Dimitrov2019-06-271-4/+4
* Update copyright yearHenrik Nord2018-06-181-1/+1
* Merge branch 'maint'Péter Dimitrov2018-03-061-7/+49
|\
| * inets: Add unix domain socket support to httpcPéter Dimitrov2018-02-261-7/+49
* | inets: Fix httpc path handlingPéter Dimitrov2017-11-281-2/+2
* | inets: Fix http content injection bug in httpcPéter Dimitrov2017-11-151-53/+63
|/
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* Omit port from Host header on redirect to well-known portBram Verburg2017-03-171-9/+1
* inets: httpc - Prevent hanging user processIngela Anderton Andin2016-12-211-15/+30
* inets: httpc - clean codeIngela Anderton Andin2016-12-211-47/+0
* Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-131-1/+1
|\
| * update copyright-yearHenrik Nord2016-03-151-1/+1
* | inets: Mend ipv6_host_with_brackets optionIngela Anderton Andin2016-03-161-1/+5
|/
* inets: Add PATCH method to client and serverPablo Lamela2015-12-081-3/+4
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* inets: httpc - Remove dead error handling codeIngela Anderton Andin2013-09-241-10/+1
* inets: httpc make httpc_cancel_request/[1,2] asynchronousIngela Anderton Andin2013-09-131-10/+2
* Merge branch 'jwh/httpc_delete_body/OTP-11190' into maintFredrik Gustafsson2013-07-011-1/+1
|\
| * httpc: Allow content body in DELETE requestsJames Wheare2013-06-141-1/+1
* | Update copyright yearsBjörn-Egil Dahlberg2013-06-121-1/+1
|/
* Added guard for invalid field and values in headersFredrik Gustafsson2013-03-121-3/+13
* inets httpc: TLS via proxyIngela Anderton Andin2012-10-021-0/+12
* [inets/httpc] Better handling of session db update failureMicael Karlberg2012-05-221-2/+24
* Update copyright yearsBjörn-Egil Dahlberg2012-03-301-1/+1
* [inets] The module http_uri now officially supportedMicael Karlberg2012-03-151-7/+19
* [inets] A more general version of http_uri:parseMicael Karlberg2012-03-141-0/+4
* [inets/httpc] Add function to retreive current optionsMicael Karlberg2012-03-131-3/+57
* Fixed acceptor exit warnings (detected by dialyzer).Micael Karlberg2011-11-231-5/+16
* [httpc] Wrong Host header in IPv6 HTTP requests.Micael Karlberg2011-10-181-12/+25
* Make return from the parse function conform with:Micael Karlberg2011-10-121-3/+3
* Removed the ossl config option (from both client and server).Micael Karlberg2011-09-051-3/+0
* [httpc|httpd] Added support for IPv6 with ssl.Micael Karlberg2011-06-151-12/+11
|\
| * Stopping httpc client...Micael Karlberg2011-06-151-2/+0
| * Clients started stand-alone not properly handled.Micael Karlberg2011-06-151-5/+2
| * Temporary solution for profile_name stuff. What about Pids???Micael Karlberg2011-06-151-10/+14
* | [httpc] Remove unnecessary usage of iolist_to_binary whenMicael Karlberg2011-06-151-8/+6
|/
* Update copyright yearsBjörn-Egil Dahlberg2011-05-201-1/+1
* Fixed debug macro.Micael Karlberg2011-03-181-2/+2
* Adding missing "send loop" for raw sending.Micael Karlberg2011-03-071-30/+55
* Merge branch 'fm/httpc-upload-body-streaming' into bmk/inets/httpc/support_up...Micael Karlberg2011-03-041-5/+34
|\
| * httpc: add option to do automatic chunked transfer-encodingFilipe David Manana2010-10-131-4/+30
| * httpc: allow streaming of PUT and POST request bodiesFilipe David Manana2010-10-051-1/+3
* | inets/httpc: Polish documentationChristian von Roques2011-03-021-1/+1
* | URL-encoding - add support in client and more usage in server. AlsoIngela Anderton Andin2010-11-291-22/+28
|/
* OTP-7907: Allow the use of the "new" ssl (essl).Micael Karlberg2010-06-071-12/+24
* OTP-8542: HTTP client memory leakMicael Karlberg2010-04-281-3/+5
* OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327,Micael Karlberg2010-01-191-33/+82
* OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327, OTP-8349,Micael Karlberg2010-01-131-0/+1030