v/vlib/net/http
2025-03-12 23:03:25 +03:00
..
chunked fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
file net.http.file: use urllib decode uri, to handle urls to files that have unicode characters in their name (fix #23683) (#23684) 2025-02-10 21:36:56 +02: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.cookie: handle value with = better (fix #23297) (#23300) 2024-12-28 22:40:23 +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 ci: update linux image runners from ubuntu-20.04 to ubuntu-24.04 (#23706) 2025-02-17 07:37:59 +02:00
download_windows.c.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
header.v markused,builtin,strconv,vlib: reduce generated C sizes for compilers != tcc, for short programs, by simplifying the generation of backtraces, and reducing string interpolations in panics (#23380) 2025-01-06 08:23:56 +02: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 all: remove ancient deprecations (#23479) 2025-01-16 16:36:12 +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 builtin: string.index_after() ?int 2025-03-12 23:03:25 +03:00
version.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00