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
/
tests
/
stdlib
/
thttpclient.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issue #10726 - HTTP response without Content-Length is not accessible (#1...
konradmb
2019-08-08
1
-28
/
+40
*
Appveyor thttpclient (#6744)
Fredrik Høisæther Rasch
2017-11-15
1
-0
/
+1
*
attempt to make travis green again
Andreas Rumpf
2017-11-05
1
-0
/
+1
*
attempt to make travis green again
Araq
2017-09-05
1
-14
/
+18
*
disable fragile parts of thttpclient.nim
Andreas Rumpf
2017-05-04
1
-9
/
+11
*
Implement dial, support IPv6 in httpclient (#5763)
Ruslan Mustakov
2017-05-02
1
-2
/
+38
*
Implement streamed async/sync downloadFile and deprecate old one.
Dominik Picheta
2017-02-11
1
-2
/
+4
*
Implement streamed body reading in httpclient.
Dominik Picheta
2017-02-11
1
-1
/
+3
*
Use onThreadCreation to set default SSL context for each thread (#5265)
Ruslan Mustakov
2017-01-23
1
-1
/
+1
*
Implements onProgressChanged callback for httpclient.
Dominik Picheta
2016-09-24
1
-3
/
+22
*
Implements getContent and postContent for (Async)HttpClient.
Dominik Picheta
2016-09-24
1
-0
/
+19
*
Handle redirects in HttpClient's post procs & post test.
Dominik Picheta
2016-09-24
1
-18
/
+17
*
Fixes #4797.
Dominik Picheta
2016-09-19
1
-0
/
+4
*
Implements proxy support for (Async)HttpClient. Ref #4423.
Dominik Picheta
2016-09-18
1
-0
/
+6
*
Implements timeouts for synchronous HttpClient.
Dominik Picheta
2016-09-18
1
-0
/
+13
*
Improvements to httpclient. Refs #4423.
Dominik Picheta
2016-09-18
1
-0
/
+53