v/vlib/net/http
2025-09-05 19:24:59 +03:00
..
chunked fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
file net.http: support v -http -d http_folder=vlib/_docs (allow customizing the folder, port, and index file through CLI arguments to v -http) 2025-05-14 21:54:21 +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
build_request_headers_test.v net.http: fix panic in parse_multipart_form for invalid boundary (fix #24974) (#24976) 2025-07-25 21:30:36 +03: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
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
header.v all: remove deprecations made before 2024-11-06 2025-05-05 09:31:32 +03:00
header_test.v all: remove deprecations made before 2024-11-06 2025-05-05 09:31:32 +03:00
http.v net.http: remove debug println statement from post_multipart_form (#25030) 2025-08-03 10:04:49 +03:00
http_httpbin_test.v tests: use another web service in http_httpbin_test.v, instead of httpbin.org (which is slow and is not reliable anymore for the CI) 2025-05-15 20:39:19 +03:00
http_proxy.v net.http: Use a full url when using a proxy, instead of only the path (#25228) 2025-09-05 19:24:59 +03:00
http_proxy_test.v net.http: Use a full url when using a proxy, instead of only the path (#25228) 2025-09-05 19:24:59 +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: fix panic in parse_multipart_form for invalid boundary (fix #24974) (#24976) 2025-07-25 21:30:36 +03:00
request_test.v net.http: fix panic in parse_multipart_form for invalid boundary (fix #24974) (#24976) 2025-07-25 21:30:36 +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 all: remove deprecations made before 2024-11-06 2025-05-05 09:31:32 +03:00
server_test.v net.http: reduce the false positives on the CI for server_test.v, let test_host_header_sent_to_server return early, when the server can not start 2025-08-16 11:53:44 +03:00
status.v
status_test.v
util.v builtin: string.index_after() ?int 2025-03-12 23:03:25 +03:00
version.v