summary refs log tree commit diff stats
path: root/lib/pure/httpclient.nim
Commit message (Expand)AuthorAgeFilesLines
* Add docs informing about gotcha of clients (#21262)PhilippMDoerner2023-01-181-0/+4
* Change both code snippets to use the same test URL (#20647)Saint2022-10-251-1/+1
* Add proxy basic auth documentation (#20498)TerrorTrace2022-10-051-0/+8
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+3
* contentLength default to -1 if not present (#19835)Bung2022-09-211-2/+2
* Add client.close() in httpclient examples. (#20118)gecko2022-08-041-9/+25
* fix nim-lang#19343 (#19344) [backport]Zachary Marquez2022-01-081-1/+1
* use uppercase "type" for Proxy-Authorization header (#19273)xioren2021-12-191-1/+1
* Fix #19253 (#19254)PMunch2021-12-141-0/+3
* httpclient.nim Fixes #14794 and an issue where content-header is not set on p...Mark Pointing2021-06-141-2/+6
* Improve httpClient docs on SSL cert verification (#15201)Federico Ceratto2021-06-131-3/+16
* Move async example to asynchronous version of proc (#18078)xioren2021-05-241-7/+14
* add colon (#17834)flywind2021-04-241-1/+1
* Fix Httpclient headers from being modified accidentally (#17808)Joey2021-04-211-2/+5
* Clean up imports in httpclient.nim (#17367)xioren2021-03-141-4/+5
* Relocate 4xx/5xx exception in downloadFile (#17332) [backport:1.2]xioren2021-03-121-6/+6
* use .. warning:: (#17226)flywind2021-03-041-1/+1
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-9/+9
* use single backtick (#17181)flywind2021-02-241-72/+72
* basic cleanups regarding SSL handling (#16940) [backport:1.0]Andreas Rumpf2021-02-081-1/+1
* fix some warnings (#16952)flywind2021-02-081-6/+6
* A new request should always have a new content-length (#16667)Joey2021-01-281-9/+15
* Make small text changes in the docs (#16634)Elliot Waite2021-01-251-1/+1
* Fix SIGSEGV in httpclient response body (#16766)Daehee2021-01-221-4/+6
* Fix #16741 (#16783)Roman Inflianskas2021-01-221-22/+22
* Fixes #16436 (#16695)Yuriy Glukhov2021-01-141-3/+9
* fix broken CI (#16663)flywind2021-01-101-1/+1
* Httpclient improvements (#15919)Antonis Geralis2021-01-101-71/+122
* DELETE requests should always have a content-length header (#16618)Joey2021-01-081-2/+5
* Fix broken links in docs (#16336)Elliot Waite2020-12-141-2/+2
* Don't add content-length header on GET request when there is no body. (#16196)treeform2020-12-011-1/+1
* inline tiny proc (#15498)Juan Carlos2020-10-061-6/+6
* doc fix typo in lib/pure/httpclient.nim (#15364)Timothee Cour2020-09-191-1/+1
* fix several newline problems (#15028) [backend]Miran2020-07-211-1/+7
* Fix style inconsistencies due to the previous commitnarimiran2020-07-061-3/+3
* revert 0944b0f4narimiran2020-07-061-3/+3
* [backport] Docs: Fix broken `code-block` (#14749)ee72020-06-221-5/+5
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-1/+1
* httpcore: Add http code 308 Permanent Redirect (#14639)djazz2020-06-121-1/+1
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-1/+1
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-3/+3
* New runnableExample for `newAsyncHttpClient()` (#14045)Tristram Oaten2020-04-211-0/+11
* Fix broken async httpclient exampleTristram Oaten2020-04-211-3/+7
* fix #13894, httpclient hang on Http204narimiran2020-04-071-1/+1
* SSL certificate verify GitHub action (#13697)Federico Ceratto2020-03-201-0/+9
* Implement file streaming for httpclient's MultipartData (#12982)Zed2020-03-061-147/+211
* httpclient, maxredirects to Natural, newHttpClient/newAsyncHttpClient add hea...Juan Carlos2020-01-211-5/+9
* Added fix for handling TaintedStrings in streams and httpclient (#12969)Sam Wang2019-12-291-4/+4
* Allow customize Host headerJack Tang2019-12-281-4/+5
* fix httpclient.lastModified bad pattern in parsing (#12698)Pierre-Jean Grenier2019-11-291-1/+1