summary refs log tree commit diff stats
path: root/lib/pure/httpclient.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* [backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...3n-k12019-11-281-3/+3
* replace some runtime repr in stdlib for gc:arc (#12716)Andy Davidoff2019-11-251-1/+1
* fixes #11863 multipart data need $ (#12707)Andreas Rumpf2019-11-221-0/+13
* About 50% faster base64 implemention. (#12436)treeform2019-10-171-1/+1
* [backport] run nimpretty on web stuffnarimiran2019-09-301-13/+14
* Revert "improvements for httpcore (#12228)"narimiran2019-09-231-4/+4
* improvements for httpcore (#12228)Andreas Rumpf2019-09-231-4/+4
* Remove old and unused parseBody/parseResponse procs in httpclient. (#11949)Dominik Picheta2019-08-261-130/+2
* Fixes regression introduced by #11904. (#11948)Dominik Picheta2019-08-151-2/+4
* Fix issue #10726 - HTTP response without Content-Length is not accessible (#1...konradmb2019-08-081-2/+8
* Use std/monotimes in the stdlibOscar NihlgÄrd2019-07-161-5/+5
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-101-14/+14
* [documentation] fix #11281, httpclient examples (#11455)Juan Carlos2019-06-101-1/+48
* added getSocket proc (#11233)Boris Shomodjvarac2019-05-151-0/+15
* Fixes #10357 (#10618)Juan Carlos2019-02-131-1/+1
* Updated httpClient.nim: added import httpClient statements in examplesMandeep Singh2019-01-261-0/+2
* Remove long deprecated stuff (#10332)Miran2019-01-181-243/+0
* Merge pull request #9548 from tonygparsehub/put-deleteDominik Picheta2018-11-231-42/+78
|\
| * fix #8777 add missing http methods in httpClientTony G2018-10-301-42/+78
* | removes deprecated T/P typesAraq2018-11-161-3/+1
|/
* fixes #7842 if no uri.scheme specified raise ValueError with hint (#7846)David Krause2018-10-271-0/+3
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-2/+2
* fixes more nil handling regressionsAraq2018-08-131-7/+7
* make more tests greenAndreas Rumpf2018-08-131-1/+1
* AsyncHttpClient: return from requests before body completionEmery Hemingway2018-08-081-2/+13
* Minor doc fixFederico Ceratto2018-06-231-1/+1
* hotfix: fixes SSL initialization for httpclient with --threads:on (#7863)Andreas Rumpf2018-05-221-20/+18
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-11/+5
* Fixes crash in httpclient due to new string indexing rules.Dominik Picheta2018-05-041-1/+1
* make httpclient work without zero terminatorsAndreas Rumpf2018-04-291-7/+3
* fix #7680 (#7683)hlaaf2018-04-261-3/+6
* Improve progress reporting example. Refs #7693Dominik Picheta2018-04-251-3/+8
* copy pastable progress reporting exampleDavid Krause2018-04-251-1/+2
* Call requestAux not request in httpclient.Dominik Picheta2018-04-071-1/+1
* fixes httpclient documentation commentAraq2018-03-121-1/+1
* Improve SSL error message in httpclient.Dominik Picheta2018-02-221-5/+6
* Merges #7226 manually.Dominik Picheta2018-02-191-0/+25
* Workaround 'defer' issue in httpclient.downloadFile. Refs #3877. (#7101)Dominik Picheta2018-01-181-13/+32
* Fixed crash in ssl httpclientYuriy Glukhov2018-01-111-3/+9