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
*
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
*
Fixes httpclient proxies. Fixes #6685 (#6694)
Ganesh Viswanathan
2017-11-07
1
-36
/
+38
*
Fixes req w/ both Content-Length & Connection: close headers.
Dominik Picheta
2017-10-13
1
-4
/
+18
*
Fixes #6284.
Dominik Picheta
2017-08-28
1
-0
/
+2
*
Minor formatting
daneb
2017-06-13
1
-1
/
+1
*
Working example to resolve #5863
daneb
2017-06-13
1
-1
/
+2
*
Add 'hostname' param to wrapConnectedSocket
Ruslan Mustakov
2017-05-04
1
-3
/
+5
*
Implement dial, support IPv6 in httpclient (#5763)
Ruslan Mustakov
2017-05-02
1
-14
/
+20
*
Fixes #5710. Closes #5711.
Dominik Picheta
2017-04-15
1
-6
/
+9
*
Fix #5611
Daniil Yarancev
2017-04-02
1
-2
/
+2
*
Only remove scheme when there's a TLS request ("https")
Rayner De Los Santos F
2017-03-03
1
-2
/
+2
*
Ensure default SSL context is always initialized
Ruslan Mustakov
2017-02-27
1
-2
/
+10
*
make tests green again
Araq
2017-02-26
1
-3
/
+0
*
Fix the other withNewLine template.
Dominik Picheta
2017-02-26
1
-1
/
+1
*
Various fixes to FutureStreams based on PR feedback.
Dominik Picheta
2017-02-26
1
-23
/
+11
*
Add small warning in httpclient's onProgressChanged docs.
Dominik Picheta
2017-02-26
1
-0
/
+3
*
fixed premature finishing of httpclient.downloadFile
Araq
2017-02-25
1
-8
/
+6
*
Implement streamed async/sync downloadFile and deprecate old one.
Dominik Picheta
2017-02-11
1
-14
/
+46
*
Implement streamed body reading in httpclient.
Dominik Picheta
2017-02-11
1
-42
/
+108
*
Use onThreadCreation to set default SSL context for each thread (#5265)
Ruslan Mustakov
2017-01-23
1
-5
/
+8
*
Fixed query and anchor during relative redirection
Yuriy Glukhov
2017-01-20
1
-0
/
+2
*
Redirects support in request proc
Yuriy Glukhov
2017-01-19
1
-18
/
+28
*
Implement suggestions from @dom96
Dmitry Polienko
2016-11-02
1
-18
/
+17
*
Don't persist generated headers between requests
Dmitry Polienko
2016-10-31
1
-11
/
+32
*
Reset HttpClient if new URL has different port
Dmitry Polienko
2016-10-24
1
-2
/
+4
*
Update httpclient documentation
Dennis Felsing
2016-10-21
1
-2
/
+2
[next]