v/vlib/net/http
Nick Treleaven 7231a3f135
vlib: add `mut` for the first parameter of builtin.copy, arrays.copy and crypto (#13702)
2022-03-09 20:26:00 +02:00
..
chunked
backend_nix.c.v net.http: clarify error message in Request.ssl_do 2022-03-08 18:17:34 +02:00
backend_windows.c.v
cookie.v
cookie_test.v
download.v
download_nix.c.v
download_windows.c.v
header.v builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
header_test.v
http.v
http_httpbin_test.v
http_test.v
method.v all: update copyright year 2022-01-04 12:21:12 +03:00
request.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
request_test.v vlib: add `mut` for the first parameter of builtin.copy, arrays.copy and crypto (#13702) 2022-03-09 20:26:00 +02:00
response.v
response_test.v vweb: use Response struct for 302 response (#11245) 2021-08-20 01:13:36 +03:00
server.v builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02: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
status_test.v http: fix status codes (#6590) 2020-10-09 18:33:16 +03:00
version.v