v/vlib/net/http
yuyi e5360e164a
fmt: remove unnecessary parentheses after `return` (fix #11423) (#11435)
2021-09-08 14:19:53 +03:00
..
chunked net: fix chunked check, remove length workaround (#10472) 2021-06-15 19:28:54 +03:00
backend_nix.c.v net.http: support passing client certificates in http.fetch (#11356) 2021-09-01 01:43:35 +03:00
backend_windows.c.v checker: prohibit casting `void` (#10690) 2021-07-07 21:59:58 +03:00
cookie.v net.http: refactor the Response struct (#10922) 2021-07-24 20:47:45 +03:00
cookie_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
download.v net.http: refactor the Response struct (#10922) 2021-07-24 20:47:45 +03:00
download_nix.c.v parser: deprecate `size_t` (#11443) 2021-09-08 13:09:32 +03:00
download_windows.c.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
header.v net.http: render each header value on a newline (#11270) 2021-08-23 00:38:09 +03:00
header_test.v net.http: render each header value on a newline (#11270) 2021-08-23 00:38:09 +03:00
http.v net.http: fix a bug with ? in new_request 2021-09-08 05:11:02 +03:00
http_httpbin_test.v ci: fix failing vweb_test.v 2021-08-17 18:57:04 +03:00
http_test.v net.http: refactor the Response struct (#10922) 2021-07-24 20:47:45 +03:00
method.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
request.v net.http: support passing client certificates in http.fetch (#11356) 2021-09-01 01:43:35 +03:00
request_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
response.v fmt: remove unnecessary parentheses after `return` (fix #11423) (#11435) 2021-09-08 14:19:53 +03:00
response_test.v vweb: use Response struct for 302 response (#11245) 2021-08-20 01:13:36 +03:00
server.v net.http: add a close method to immediatly close the listener of a started http.Server, add more tests (#11248) 2021-08-24 19:21:24 +03:00
server_test.v net.http: add a close method to immediatly close the listener of a started http.Server, add more tests (#11248) 2021-08-24 19:21:24 +03:00
status.v net: vfmt everything 2021-06-14 10:08:41 +03:00
status_test.v http: fix status codes (#6590) 2020-10-09 18:33:16 +03:00
version.v net.http: refactor the Response struct (#10922) 2021-07-24 20:47:45 +03:00