v/vlib/net/http
2024-12-27 10:33:16 +02:00
..
chunked fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
file fmt: fix formating a file in an oscillating manner (fix #22223, fix #22026) (#22232) 2024-09-17 09:47:38 +03:00
mime fmt: fix formating a file in an oscillating manner (fix #22223, fix #22026) (#22232) 2024-09-17 09:47:38 +03:00
backend.c.v net.http: send Host headers with port (when the port is != 80 or 443) (fix #22941) (#22942) 2024-11-23 18:51:28 +02:00
backend_vschannel_windows.c.v net.http: send Host headers with port (when the port is != 80 or 443) (fix #22941) (#22942) 2024-11-23 18:51:28 +02:00
cookie.v net.http: add support '=' in cookie values (fix #23220) (#23257) 2024-12-27 10:33:16 +02:00
cookie_test.v fmt: fix formating a file in an oscillating manner (fix #22223, fix #22026) (#22232) 2024-09-17 09:47:38 +03:00
download.v net.http: implement http.download_file_with_progress/2, saving each chunk, as it is received, without growing the memory usage (#21633) 2024-06-02 10:26:37 +03:00
download_nix.c.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
download_progress.v net.http: ensure that http.download_file_with_progress/3 works (in a degraded mode), on windows, even without passing -d no_vschannel 2024-11-13 11:43:37 +02:00
download_silent_downloader.v net.http: implement http.download_file_with_progress/2, saving each chunk, as it is received, without growing the memory usage (#21633) 2024-06-02 10:26:37 +03:00
download_terminal_downloader.v fmt: implement wrapping function's super long arguments (fix #15545, fix #21643) (#21782) 2024-07-02 23:10:00 +03:00
download_windows.c.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
header.v ast: fix const field str() (#22192) 2024-09-10 17:02:51 +03:00
header_test.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
http.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
http_httpbin_test.v test, ci: fix network tests; update and activate tests in periodic ci (#21339) 2024-04-25 02:15:22 +03:00
http_proxy.v net.http: send Host headers with port (when the port is != 80 or 443) (fix #22941) (#22942) 2024-11-23 18:51:28 +02:00
http_proxy_test.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
http_test.v vlib: refactor empty string checks to use s == '' or s != '', instead of s.len == 0 (#21300) 2024-04-18 02:44:31 +03:00
method.v all: replace fn name '@xxx' with 'xxx' (#22506) 2024-10-12 22:17:02 +03:00
request.v net.http: send Host headers with port (when the port is != 80 or 443) (fix #22941) (#22942) 2024-11-23 18:51:28 +02:00
request_test.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
response.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
response_test.v net.http: add support '=' in cookie values (fix #23220) (#23257) 2024-12-27 10:33:16 +02:00
server.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
server_test.v net.http: send Host headers with port (when the port is != 80 or 443) (fix #22941) (#22942) 2024-11-23 18:51:28 +02:00
status.v fmt: align the custom values of the enum fields (#19331) 2023-09-12 14:44:38 +03:00
status_test.v http: fix status codes (#6590) 2020-10-09 18:33:16 +03:00
util.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
version.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00