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
*
Use passed user agent in `newAsyncHttpClient`
Euan T
2016-06-05
1
-1
/
+1
*
Fixes #3847.
Dominik Picheta
2016-06-02
1
-0
/
+7
*
httpclient now uses httpcore.HttpHeaders
Dominik Picheta
2016-06-02
1
-8
/
+8
*
moved random procs from math to its own module (breaking change)
Andreas Rumpf
2016-05-30
1
-1
/
+2
*
Stdlib: httpclient: `export strtabs` added.
Konstantin Molchanov
2016-05-28
1
-0
/
+2
*
Fixed some warnings in httpclient, net, and openssl.
Dominik Picheta
2016-04-04
1
-2
/
+2
*
Remove debug `echo` introduced in #3896.
Dominik Picheta
2016-02-24
1
-1
/
+0
*
Fix redirection in httpclient (fixes #3895)
def
2016-02-23
1
-7
/
+9
*
Fixes incorrect Host header when using httpclient with proxy.
Dominik Picheta
2015-12-29
1
-5
/
+5
*
updated httpclient to use tables.getOrDefault
Araq
2015-10-14
1
-7
/
+7
*
Rename rawsockets module to nativesockets
Adam Strzelecki
2015-10-03
1
-4
/
+4
*
Include port in host header as expected
Doran
2015-09-04
1
-2
/
+10
*
Set correct Host in request header
jonathonf
2015-08-01
1
-1
/
+1
*
Fix async httpclient post to work without multipart
def
2015-07-10
1
-2
/
+3
*
Implement async `post` request
Bruce Doan
2015-07-02
1
-0
/
+18
*
Fixes #2884
Dominik Picheta
2015-06-08
1
-2
/
+4
*
Fixed 'milliseconds' spelling in code and docs
pdw
2015-05-15
1
-8
/
+8
*
Don't run non-test code when defined(testing)
Oleh Prypin
2015-04-21
1
-1
/
+1
*
Use `^` instead of `-` in slices
def
2015-03-28
1
-5
/
+5
*
Fixes bugs introduced by ee62d56cadb. Closes #2227.
Dominik Picheta
2015-03-05
1
-2
/
+8
*
Fix typos
Federico Ceratto
2015-02-15
1
-2
/
+2
*
Added documentation for the new http request procedures.
Varriount
2015-01-23
1
-1
/
+13
*
Fixes #1962
Varriount
2015-01-22
1
-24
/
+33
*
Fix body in httpclient
def
2015-01-13
1
-2
/
+2
*
Rename newData() to newMultipartData()
def
2015-01-05
1
-5
/
+5
*
A few more fixes to httpclient multipart
def
2015-01-05
1
-4
/
+9
*
post should work when extra headers don't have trailing newline
def
2015-01-05
1
-2
/
+11
*
Check that p is not nil in format
def
2015-01-05
1
-1
/
+1
*
Add multipart parameter to httpclient's post and postContent
def
2015-01-05
1
-35
/
+128
*
Remove debug messages
def
2015-01-03
1
-2
/
+0
*
Apply #1824 to fix #1823
def
2015-01-03
1
-2
/
+4
*
Minor cleanup
def
2015-01-03
1
-3
/
+2
*
Fix httpclient to properly encode queries (path?queries)
def
2015-01-03
1
-2
/
+7
*
Fixes #1759.
Dominik Picheta
2014-12-21
1
-2
/
+6
*
removed unused variable from httpclient
Will Szumski
2014-12-17
1
-1
/
+0
*
replace deprecated parseUrl with parseUri in httpclient
Will Szumski
2014-12-17
1
-10
/
+10
*
switched httpclient to use net module instead of sockets
Will Szumski
2014-12-17
1
-7
/
+6
*
Fix some deprecation warnings caused by renames
def
2014-11-13
1
-49
/
+49
*
Made 'headers' public
Erik O'Leary
2014-11-06
1
-44
/
+44
*
Lots of documentation improvements for asyncdispatch.
Dominik Picheta
2014-09-12
1
-0
/
+13
*
Fixes httpclient SSL issue. Implements unbuffered SSL recv. Ref #1487.
Dominik Picheta
2014-09-06
1
-1
/
+2
*
Async SSL support.
Dominik Picheta
2014-08-31
1
-20
/
+37
*
Case sensitivity fixes for httpclient and sockets module.
Dominik Picheta
2014-08-31
1
-12
/
+12
*
Merge branch 'devel' into bigbreak
Dominik Picheta
2014-08-30
1
-2
/
+1
|
\
|
*
Add asyncftpclient module.
Dominik Picheta
2014-08-29
1
-2
/
+1
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-3
/
+3
*
|
big rename
Araq
2014-08-27
1
-21
/
+29
|
/
*
Void futures are no longer discardable.
Dominik Picheta
2014-07-13
1
-1
/
+1
*
Fixes docgen.
Dominik Picheta
2014-04-15
1
-1
/
+1
*
Add checks for invalid socket when creating sockets.
Dominik Picheta
2014-04-15
1
-0
/
+1
[next]