v/vlib/net/http
Delyan Angelov 3080b41687
Some checks are pending
Graphics CI / gg-regressions (push) Waiting to run
vlib modules CI / build-module-docs (push) Waiting to run
Shy and PV CI / v-compiles-puzzle-vibes (push) Waiting to run
sdl CI / v-compiles-sdl-examples (push) Waiting to run
Time CI / time-linux (push) Waiting to run
Time CI / time-macos (push) Waiting to run
Time CI / time-windows (push) Waiting to run
toml CI / toml-module-pass-external-test-suites (push) Waiting to run
Tools CI / tools-linux (clang) (push) Waiting to run
Tools CI / tools-linux (gcc) (push) Waiting to run
Tools CI / tools-linux (tcc) (push) Waiting to run
Tools CI / tools-macos (clang) (push) Waiting to run
Tools CI / tools-windows (gcc) (push) Waiting to run
Tools CI / tools-windows (msvc) (push) Waiting to run
Tools CI / tools-windows (tcc) (push) Waiting to run
Tools CI / tools-docker-ubuntu-musl (push) Waiting to run
vab CI / vab-compiles-v-examples (push) Waiting to run
vab CI / v-compiles-os-android (push) Waiting to run
net.http.file: allow for serving requests to static files with cache busting suffixes like /dist/littlejs.js?1117
2025-09-06 15:59:08 +03:00
..
chunked fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
file net.http.file: allow for serving requests to static files with cache busting suffixes like /dist/littlejs.js?1117 2025-09-06 15:59:08 +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