aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_lib/http_uri.erl
AgeCommit message (Expand)Author
2018-03-14inets: fix scheme validation in http_uri:parse when binary URILuca Favatella
2018-03-06inets: work around http_uri:parse Dialyzer warning in uri_SUITE.erl:274Luca Favatella
2018-03-05inets: refine types and doc of http_uri:parse optionsLuca Favatella
2018-03-05inets: export types documented for http_uri moduleLuca Favatella
2017-09-06inets: Restore old behavior when parsing "+"Péter Dimitrov
2017-06-14Update copyright yearHans Nilsson
2017-05-05add binary string support to http_uri functionsTristan Sloughter
2016-03-15update copyright-yearHenrik Nord
2016-01-29Merge branch 'ia/maint/inets/mod_alias/OTP-13248' into maint-18Erlang/OTP
2016-01-28inets: Use re instead of inets_regexpIngela Anderton Andin
2015-10-13inets: scheme validation fun for http_uriKirilll Zaborsky
2015-06-18Change license text to APLv2Bruce Yinhe
2015-01-02Properly parse URI fragmentsAnthony Ramine
2012-03-15[inets] The module http_uri now officially supportedMicael Karlberg
2012-03-14[inets] Initial proposal of module http_uriMicael Karlberg
2011-11-15Merge branch 'maint-r14'Micael Karlberg
2011-11-09Initial merge from r13 topic branch. With minimal cleanup.Micael Karlberg
2011-10-26Skip catching hex decode failure.Micael Karlberg
2011-10-26Fixed hex-decoding.Micael Karlberg
2011-10-18[httpc] Wrong Host header in IPv6 HTTP requests.Micael Karlberg
2011-10-12Make return from the parse function conform with:Micael Karlberg
2011-09-15Updated http-server to make sure URLs in error-messagesMicael Karlberg
2010-11-29URL-encoding - add support in client and more usage in server. AlsoIngela Anderton Andin