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
/
httpcore.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the ability to pass title case headers to an HTTP server (#13968)
wonderix
2020-04-22
1
-12
/
+38
*
httpcore: deprecate `==`(string, HttpCode) (#13682)
alaviss
2020-03-19
1
-1
/
+8
*
Implement file streaming for httpclient's MultipartData (#12982)
Zed
2020-03-06
1
-0
/
+1
*
Fix #13573 and #13574 (#13575)
Andrea Ferretti
2020-03-06
1
-4
/
+8
*
[backport] run nimpretty on web stuff
narimiran
2019-09-30
1
-19
/
+19
*
Revert "improvements for httpcore (#12228)"
narimiran
2019-09-23
1
-40
/
+37
*
improvements for httpcore (#12228)
Andreas Rumpf
2019-09-23
1
-37
/
+40
*
last stdlib cleanups
Araq
2019-09-21
1
-0
/
+2
*
make more parts of the stdlib compile with --styleCheck:error
Araq
2019-07-10
1
-1
/
+1
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-4
/
+0
*
make more tests green
Andreas Rumpf
2018-04-30
1
-2
/
+2
*
Add `$` for HttpHeaders.
Dominik Picheta
2017-10-20
1
-0
/
+3
*
fixes #3847 (#5609)
Andreas Rumpf
2017-03-27
1
-2
/
+2
*
Fixes parseHeader("foo:") != ("foo", @[""]). Refs #5344.
Dominik Picheta
2017-02-13
1
-1
/
+5
*
Add some tests to httpcore related to #5344.
Dominik Picheta
2017-02-07
1
-0
/
+7
*
Add HTTP header deletion, improve tests
Federico Ceratto
2016-12-01
1
-0
/
+4
*
Add PATCH HTTP Method.
Dominik Picheta
2016-09-25
1
-3
/
+2
*
asynchttpserver's Response object's req method uses HttpMethod now.
Dominik Picheta
2016-09-25
1
-1
/
+4
*
Fixed missing comma
Andrea Ferretti
2016-09-22
1
-1
/
+1
*
Added PATCH HTTP method
Andrea Ferretti
2016-09-21
1
-1
/
+3
*
HttpCode shouldn't require explicit initialisation to prevent breakage.
Dominik Picheta
2016-09-19
1
-1
/
+3
*
Reverted removal of HttpCode.`$`.
Dominik Picheta
2016-09-19
1
-2
/
+2
*
Use `distinct range` for HttpCode as suggested by @nigredo-tori.
Dominik Picheta
2016-09-19
1
-53
/
+115
*
Implements proxy support for (Async)HttpClient. Ref #4423.
Dominik Picheta
2016-09-18
1
-0
/
+3
*
Improvements to httpclient. Refs #4423.
Dominik Picheta
2016-09-18
1
-0
/
+41
*
minor stdlib cleanups
Araq
2016-09-09
1
-10
/
+10
*
Fix typo
Zach Aysan
2016-06-23
1
-1
/
+1
*
Add missing - yet necessary - HTTP status codes.
Zach Aysan
2016-06-23
1
-0
/
+8
*
Fixes httpcore.`[]=` so that it doesn't convert value to lowercase.
Dominik Picheta
2016-06-06
1
-1
/
+1
*
fixes #4278
Andreas Rumpf
2016-06-05
1
-2
/
+2
*
Add missing httpcore module.
Dominik Picheta
2016-06-02
1
-0
/
+190