index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
httpclient.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-1
/
+1
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-3
/
+3
*
New runnableExample for `newAsyncHttpClient()` (#14045)
Tristram Oaten
2020-04-21
1
-0
/
+11
*
Fix broken async httpclient example
Tristram Oaten
2020-04-21
1
-3
/
+7
*
fix #13894, httpclient hang on Http204
narimiran
2020-04-07
1
-1
/
+1
*
SSL certificate verify GitHub action (#13697)
Federico Ceratto
2020-03-20
1
-0
/
+9
*
Implement file streaming for httpclient's MultipartData (#12982)
Zed
2020-03-06
1
-147
/
+211
*
httpclient, maxredirects to Natural, newHttpClient/newAsyncHttpClient add hea...
Juan Carlos
2020-01-21
1
-5
/
+9
*
Added fix for handling TaintedStrings in streams and httpclient (#12969)
Sam Wang
2019-12-29
1
-4
/
+4
*
Allow customize Host header
Jack Tang
2019-12-28
1
-4
/
+5
*
fix httpclient.lastModified bad pattern in parsing (#12698)
Pierre-Jean Grenier
2019-11-29
1
-1
/
+1
*
[backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...
3n-k1
2019-11-28
1
-3
/
+3
*
replace some runtime repr in stdlib for gc:arc (#12716)
Andy Davidoff
2019-11-25
1
-1
/
+1
*
fixes #11863 multipart data need $ (#12707)
Andreas Rumpf
2019-11-22
1
-0
/
+13
*
About 50% faster base64 implemention. (#12436)
treeform
2019-10-17
1
-1
/
+1
*
[backport] run nimpretty on web stuff
narimiran
2019-09-30
1
-13
/
+14
*
Revert "improvements for httpcore (#12228)"
narimiran
2019-09-23
1
-4
/
+4
*
improvements for httpcore (#12228)
Andreas Rumpf
2019-09-23
1
-4
/
+4
*
Remove old and unused parseBody/parseResponse procs in httpclient. (#11949)
Dominik Picheta
2019-08-26
1
-130
/
+2
*
Fixes regression introduced by #11904. (#11948)
Dominik Picheta
2019-08-15
1
-2
/
+4
*
Fix issue #10726 - HTTP response without Content-Length is not accessible (#1...
konradmb
2019-08-08
1
-2
/
+8
*
Use std/monotimes in the stdlib
Oscar NihlgÄrd
2019-07-16
1
-5
/
+5
*
make more parts of the stdlib compile with --styleCheck:error
Araq
2019-07-10
1
-14
/
+14
*
[documentation] fix #11281, httpclient examples (#11455)
Juan Carlos
2019-06-10
1
-1
/
+48
*
added getSocket proc (#11233)
Boris Shomodjvarac
2019-05-15
1
-0
/
+15
*
Fixes #10357 (#10618)
Juan Carlos
2019-02-13
1
-1
/
+1
*
Updated httpClient.nim: added import httpClient statements in examples
Mandeep Singh
2019-01-26
1
-0
/
+2
*
Remove long deprecated stuff (#10332)
Miran
2019-01-18
1
-243
/
+0
*
Merge pull request #9548 from tonygparsehub/put-delete
Dominik Picheta
2018-11-23
1
-42
/
+78
|
\
|
*
fix #8777 add missing http methods in httpClient
Tony G
2018-10-30
1
-42
/
+78
*
|
removes deprecated T/P types
Araq
2018-11-16
1
-3
/
+1
|
/
*
fixes #7842 if no uri.scheme specified raise ValueError with hint (#7846)
David Krause
2018-10-27
1
-0
/
+3
*
even more strict isNil handling for strings/seqs in order to detect bugs
Araq
2018-08-22
1
-2
/
+2
*
fixes more nil handling regressions
Araq
2018-08-13
1
-7
/
+7
*
make more tests green
Andreas Rumpf
2018-08-13
1
-1
/
+1
*
AsyncHttpClient: return from requests before body completion
Emery Hemingway
2018-08-08
1
-2
/
+13
*
Minor doc fix
Federico Ceratto
2018-06-23
1
-1
/
+1
*
hotfix: fixes SSL initialization for httpclient with --threads:on (#7863)
Andreas Rumpf
2018-05-22
1
-20
/
+18
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-11
/
+5
*
Fixes crash in httpclient due to new string indexing rules.
Dominik Picheta
2018-05-04
1
-1
/
+1
*
make httpclient work without zero terminators
Andreas Rumpf
2018-04-29
1
-7
/
+3
*
fix #7680 (#7683)
hlaaf
2018-04-26
1
-3
/
+6
*
Improve progress reporting example. Refs #7693
Dominik Picheta
2018-04-25
1
-3
/
+8
*
copy pastable progress reporting example
David Krause
2018-04-25
1
-1
/
+2
*
Call requestAux not request in httpclient.
Dominik Picheta
2018-04-07
1
-1
/
+1
*
fixes httpclient documentation comment
Araq
2018-03-12
1
-1
/
+1
*
Improve SSL error message in httpclient.
Dominik Picheta
2018-02-22
1
-5
/
+6
*
Merges #7226 manually.
Dominik Picheta
2018-02-19
1
-0
/
+25
*
Workaround 'defer' issue in httpclient.downloadFile. Refs #3877. (#7101)
Dominik Picheta
2018-01-18
1
-13
/
+32
*
Fixed crash in ssl httpclient
Yuriy Glukhov
2018-01-11
1
-3
/
+9
[next]