1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
466ced2876 net.http: fix multipart/form-data file upload handling 2021-11-10 17:31:41 +02:00
4c8094d0d9 net.http: make public errors and parse_form (#12038) 2021-10-02 15:28:35 +03:00
108a01d65f fmt: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +03:00
ead5e66afd net.http: add post_multipart_form function (#11511) 2021-09-16 07:34:07 +03:00
90e04d03b2 net.http: fix request_test.v 2021-09-11 06:16:00 +03:00
1546090131 vweb: remove a duplicate function parse_multipart_form 2021-09-11 04:21:10 +03:00
d1e9aa49ea net.http: in memory cert verification 2021-09-09 19:55:57 +03:00
56993b9e2d net.http: support passing client certificates in http.fetch (#11356) 2021-09-01 01:43:35 +03:00
a0e27d3fd9 net.http: refactor the Response struct (#10922) 2021-07-24 20:47:45 +03:00
0acb84d5a5 net: add parse_headers function and handle header line folding (#10936)
Closes https://github.com/vlang/v/issues/10930
2021-07-24 11:31:33 +03:00
b2e2a53f98 net.http: add ability to parametrize the read and write timeouts of a http request (#10482) 2021-06-16 20:21:49 +03:00
6e41561124 net: fix download_file (#10439) 2021-06-13 01:40:32 +03:00
aea93c3a96 net.http: vfmt and remove unused ws_func 2021-06-06 01:51:49 +03:00
c2981de4d5 http: add server.v and organize HTTP request and response code (#10355) 2021-06-06 00:43:14 +03:00