summaryrefslogtreecommitdiff
path: root/lib/inets/src/http_client
Commit message (Expand)AuthorAgeFilesLines
* inets: httpc - add back http client ssl verify options accidently removedIngela Anderton Andin2023-05-041-1/+3
* inets: review comments and refactorJakub Witczak2023-04-201-55/+30
* inets: httpc fix for socket closingJakub Witczak2023-04-201-8/+18
* Merge branch 'maint' into masterHenrik Nord2023-03-081-1/+1
|\
| * Update copyright yearErlang/OTP2023-03-064-4/+4
* | Merge branch 'maint'Kiko Fernandez-Reyes2023-02-231-6/+6
|\ \ | |/
| * inets: refactor code for consistencyKiko Fernandez-Reyes2023-02-211-6/+6
* | Merge pull request #6901 from IngelaAndin/ingela/inets/remove-legacy-ssl-opti...Ingela Andin2023-02-232-34/+34
|\ \
| * | inets: Remove legacy code and correct request queue handlingIngela Anderton Andin2023-02-212-34/+34
* | | Merge branch 'maint'Kiko Fernandez-Reyes2023-02-211-8/+3
|\ \ \ | |/ / |/| / | |/
| * inets: refactor code to improve readabilityKiko Fernandez-Reyes2023-02-201-8/+3
* | Merge branch 'maint'Kiko Fernandez-Reyes2023-02-202-17/+12
|\ \ | |/
| * Merge pull request #6661 from kikofernandez/kiko/inets/add-types/OTP-18390Kiko2023-02-202-17/+12
| |\
| | * inets: update function heads and typesKiko Fernandez-Reyes2023-02-172-17/+12
* | | Merge branch 'maint' into masterKiko Fernandez-Reyes2023-02-171-1/+1
|\ \ \ | |/ /
| * | Merge branch 'maint-25' into maintKiko Fernandez-Reyes2023-02-172-2/+2
| |\ \ | | |/ | |/|
| | * Update copyright yearErlang/OTP2023-02-162-2/+2
* | | Merge branch 'maint'Kiko Fernandez-Reyes2023-02-162-5/+5
|\ \ \ | |/ /
| * | Merge pull request #6856 from kikofernandez/kiko/inets/fix-typespec-cookie-he...Kiko2023-02-162-5/+5
| |\ \ | | |/
| | * inets: rename variableKiko Fernandez-Reyes2023-02-161-2/+2
| | * inets: fix typespec httpc:cookie_header/{1,2,3}Kiko Fernandez-Reyes2023-02-161-3/+3
* | | Update copyright yearErlang/OTP2023-02-144-4/+4
* | | Merge branch 'maint'Kiko Fernandez-Reyes2023-01-164-15/+15
|\ \ \ | |/ /
| * | inets: replace size/1 by XXX_size/1Kiko Fernandez-Reyes2023-01-164-15/+15
| |/
* | Merge branch 'maint' into masterHenrik Nord2022-12-142-2/+2
|\ \ | |/
| * Update copyright yearErlang/OTP2022-12-122-2/+2
* | Merge branch 'maint'Kiko Fernandez-Reyes2022-11-301-162/+424
|\ \ | |/
| * inets: add type specsKiko Fernandez-Reyes2022-11-291-164/+425
* | Merge branch 'maint'Ingela Anderton Andin2022-10-071-9/+11
|\ \ | |/
| * inets: Implement HTTP 308 Permanent RedirectDataTriny2022-10-041-9/+11
* | Merge pull request #6127 from dgud/dgud/inets/make_ssl_opt_default/OTP-18167Dan Gudmundsson2022-10-071-5/+7
|\ \ | |/ |/|
| * inets: Make https requests verify host by defaultDan Gudmundsson2022-10-041-5/+7
* | Merge pull request #6181 from artman41/feature/httpc-support_iolistsKiko2022-09-262-2/+2
|\ \
| * | Update httpc_request:body_length/1 to handle iolists + Update doc on httpc:re...Tyler Hughes2022-09-192-2/+2
| |/
* | Update copyright yearErlang/OTP2022-09-201-1/+1
|/
* inets: Add a helper function for client ssl connectionsDan Gudmundsson2022-07-041-0/+16
* inets: re-use connect_timeout option in TLS upgradeJakub Witczak2022-03-281-3/+3
* Update copyright yearErlang/OTP2022-02-152-2/+2
* Merge pull request #5512 from attah/httpc_typoJakub Witczak2022-01-251-1/+1
|\
| * inets: fix typo in httpc errorAnton Thomasson2021-12-131-1/+1
* | otp: Fix `make TYPE=$TYPE` to work for all typesLukas Larsson2022-01-211-1/+1
* | Fix typos in lib/inetsKian-Meng, Ang2021-12-236-15/+15
* | Update copyright yearRickard Green2021-12-136-6/+6
|/
* [httpc] Allow binary() header values in request/5Cons T Åhs2021-10-111-59/+63
* Skip one extra uri_string:parse on httpc:requestSiri Hansen2021-05-191-4/+1
* inets: remove support of http 0.9 for httpc in inetsAo Song2020-07-296-56/+7
* inets: ERL-1239, fix to return an error if http server closes in theAo Song2020-07-211-6/+12
* inets: normalize input uri into string for internal useeaosong2020-07-081-1/+1
* inets: bug fix, handle message body of response with 1XX code asAo Song2020-07-062-6/+12
* inets: Handle that inet/ssl:setopt can return errorIngela Anderton Andin2020-06-151-8/+10