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
*
Silence several Hint[Performance] warnings (#23003)
c-blake
2023-11-29
1
-1
/
+1
*
Fix `IndexDefect` errors in httpclient on invalid/weird headers (#22886)
Yardanico
2023-11-01
1
-10
/
+24
*
Fix #22862 - change the httpclient user-agent to be valid spec-wise (#22882)
Yardanico
2023-10-29
1
-1
/
+1
*
fixes #22778 regression: contentLength implementation type mismatched (#22780)
ringabout
2023-10-03
1
-1
/
+1
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
1
-58
/
+76
*
Add URI parsing warning (#21547)
Federico Ceratto
2023-03-20
1
-0
/
+2
*
Add docs informing about gotcha of clients (#21262)
PhilippMDoerner
2023-01-18
1
-0
/
+4
*
Change both code snippets to use the same test URL (#20647)
Saint
2022-10-25
1
-1
/
+1
*
Add proxy basic auth documentation (#20498)
TerrorTrace
2022-10-05
1
-0
/
+8
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
1
-0
/
+3
*
contentLength default to -1 if not present (#19835)
Bung
2022-09-21
1
-2
/
+2
*
Add client.close() in httpclient examples. (#20118)
gecko
2022-08-04
1
-9
/
+25
*
fix nim-lang#19343 (#19344) [backport]
Zachary Marquez
2022-01-08
1
-1
/
+1
*
use uppercase "type" for Proxy-Authorization header (#19273)
xioren
2021-12-19
1
-1
/
+1
*
Fix #19253 (#19254)
PMunch
2021-12-14
1
-0
/
+3
*
httpclient.nim Fixes #14794 and an issue where content-header is not set on p...
Mark Pointing
2021-06-14
1
-2
/
+6
*
Improve httpClient docs on SSL cert verification (#15201)
Federico Ceratto
2021-06-13
1
-3
/
+16
*
Move async example to asynchronous version of proc (#18078)
xioren
2021-05-24
1
-7
/
+14
*
add colon (#17834)
flywind
2021-04-24
1
-1
/
+1
*
Fix Httpclient headers from being modified accidentally (#17808)
Joey
2021-04-21
1
-2
/
+5
*
Clean up imports in httpclient.nim (#17367)
xioren
2021-03-14
1
-4
/
+5
*
Relocate 4xx/5xx exception in downloadFile (#17332) [backport:1.2]
xioren
2021-03-12
1
-6
/
+6
*
use .. warning:: (#17226)
flywind
2021-03-04
1
-1
/
+1
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-9
/
+9
*
use single backtick (#17181)
flywind
2021-02-24
1
-72
/
+72
*
basic cleanups regarding SSL handling (#16940) [backport:1.0]
Andreas Rumpf
2021-02-08
1
-1
/
+1
*
fix some warnings (#16952)
flywind
2021-02-08
1
-6
/
+6
*
A new request should always have a new content-length (#16667)
Joey
2021-01-28
1
-9
/
+15
*
Make small text changes in the docs (#16634)
Elliot Waite
2021-01-25
1
-1
/
+1
*
Fix SIGSEGV in httpclient response body (#16766)
Daehee
2021-01-22
1
-4
/
+6
*
Fix #16741 (#16783)
Roman Inflianskas
2021-01-22
1
-22
/
+22
*
Fixes #16436 (#16695)
Yuriy Glukhov
2021-01-14
1
-3
/
+9
*
fix broken CI (#16663)
flywind
2021-01-10
1
-1
/
+1
*
Httpclient improvements (#15919)
Antonis Geralis
2021-01-10
1
-71
/
+122
*
DELETE requests should always have a content-length header (#16618)
Joey
2021-01-08
1
-2
/
+5
*
Fix broken links in docs (#16336)
Elliot Waite
2020-12-14
1
-2
/
+2
*
Don't add content-length header on GET request when there is no body. (#16196)
treeform
2020-12-01
1
-1
/
+1
*
inline tiny proc (#15498)
Juan Carlos
2020-10-06
1
-6
/
+6
*
doc fix typo in lib/pure/httpclient.nim (#15364)
Timothee Cour
2020-09-19
1
-1
/
+1
*
fix several newline problems (#15028) [backend]
Miran
2020-07-21
1
-1
/
+7
*
Fix style inconsistencies due to the previous commit
narimiran
2020-07-06
1
-3
/
+3
*
revert 0944b0f4
narimiran
2020-07-06
1
-3
/
+3
*
[backport] Docs: Fix broken `code-block` (#14749)
ee7
2020-06-22
1
-5
/
+5
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
1
-1
/
+1
*
httpcore: Add http code 308 Permanent Redirect (#14639)
djazz
2020-06-12
1
-1
/
+1
*
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
[next]