summary refs log tree commit diff stats
path: root/lib/pure/httpclient.nim
Commit message (Expand)AuthorAgeFilesLines
* Silence several Hint[Performance] warnings (#23003)c-blake2023-11-291-1/+1
* Fix `IndexDefect` errors in httpclient on invalid/weird headers (#22886)Yardanico2023-11-011-10/+24
* Fix #22862 - change the httpclient user-agent to be valid spec-wise (#22882)Yardanico2023-10-291-1/+1
* fixes #22778 regression: contentLength implementation type mismatched (#22780)ringabout2023-10-031-1/+1
* Markdown code blocks migration part 8 (#22478)Andrey Makarov2023-08-151-58/+76
* Add URI parsing warning (#21547)Federico Ceratto2023-03-201-0/+2
* Add docs informing about gotcha of clients (#21262)PhilippMDoerner2023-01-181-0/+4
* Change both code snippets to use the same test URL (#20647)Saint2022-10-251-1/+1
* Add proxy basic auth documentation (#20498)TerrorTrace2022-10-051-0/+8
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+3
* contentLength default to -1 if not present (#19835)Bung2022-09-211-2/+2
* Add client.close() in httpclient examples. (#20118)gecko2022-08-041-9/+25
* fix nim-lang#19343 (#19344) [backport]Zachary Marquez2022-01-081-1/+1
* use uppercase "type" for Proxy-Authorization header (#19273)xioren2021-12-191-1/+1
* Fix #19253 (#19254)PMunch2021-12-141-0/+3
* httpclient.nim Fixes #14794 and an issue where content-header is not set on p...Mark Pointing2021-06-141-2/+6
* Improve httpClient docs on SSL cert verification (#15201)Federico Ceratto2021-06-131-3/+16
* Move async example to asynchronous version of proc (#18078)xioren2021-05-241-7/+14
* add colon (#17834)flywind2021-04-241-1/+1
* Fix Httpclient headers from being modified accidentally (#17808)Joey2021-04-211-2/+5
* Clean up imports in httpclient.nim (#17367)xioren2021-03-141-4/+5
* Relocate 4xx/5xx exception in downloadFile (#17332) [backport:1.2]xioren2021-03-121-6/+6
* use .. warning:: (#17226)flywind2021-03-041-1/+1
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-9/+9
* use single backtick (#17181)flywind2021-02-241-72/+72
* basic cleanups regarding SSL handling (#16940) [backport:1.0]Andreas Rumpf2021-02-081-1/+1
* fix some warnings (#16952)flywind2021-02-081-6/+6
* A new request should always have a new content-length (#16667)Joey2021-01-281-9/+15
* Make small text changes in the docs (#16634)Elliot Waite2021-01-251-1/+1
* Fix SIGSEGV in httpclient response body (#16766)Daehee2021-01-221-4/+6
* Fix #16741 (#16783)Roman Inflianskas2021-01-221-22/+22
* Fixes #16436 (#16695)Yuriy Glukhov2021-01-141-3/+9
* fix broken CI (#16663)flywind2021-01-101-1/+1
* Httpclient improvements (#15919)Antonis Geralis2021-01-101-71/+122
* DELETE requests should always have a content-length header (#16618)Joey2021-01-081-2/+5
* Fix broken links in docs (#16336)Elliot Waite2020-12-141-2/+2
* Don't add content-length header on GET request when there is no body. (#16196)treeform2020-12-011-1/+1
* inline tiny proc (#15498)Juan Carlos2020-10-061-6/+6
* doc fix typo in lib/pure/httpclient.nim (#15364)Timothee Cour2020-09-191-1/+1
* fix several newline problems (#15028) [backend]Miran2020-07-211-1/+7
* Fix style inconsistencies due to the previous commitnarimiran2020-07-061-3/+3
* revert 0944b0f4narimiran2020-07-061-3/+3
* [backport] Docs: Fix broken `code-block` (#14749)ee72020-06-221-5/+5
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-1/+1
* httpcore: Add http code 308 Permanent Redirect (#14639)djazz2020-06-121-1/+1
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-1/+1
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-3/+3
* New runnableExample for `newAsyncHttpClient()` (#14045)Tristram Oaten2020-04-211-0/+11
* Fix broken async httpclient exampleTristram Oaten2020-04-211-3/+7
* fix #13894, httpclient hang on Http204narimiran2020-04-071-1/+1
Nim/blame/lib/system/mmdisp.nim?h=devel&id=5124b2e575a0293c665026dd766700c03bc6a04f'>^
142e849b9 ^
db4f617af ^
4f3dd3350 ^
ff02ce2d5 ^
db4f617af ^
6b3af6a5d ^
79f64d246 ^
99bcc233c ^
83a736a34 ^

79f64d246 ^

65fdd641a ^

6b3af6a5d ^
e2c8d9ade ^
6b3af6a5d ^
1746da2d9 ^
e26370268 ^

1746da2d9 ^
62aa1a3cf ^

ab6f79340 ^

083d4f470 ^
65fdd641a ^
ee57bb3e3 ^
0eae2217b ^
a6682de00 ^
b7c1be03c ^
3221ac094 ^
a6682de00 ^
ed4f1f4c4 ^
e5cb1a2dd ^
a6682de00 ^
3221ac094 ^





a6682de00 ^
b7c1be03c ^
db4f617af ^
d27c0b219 ^







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128