v/vlib/net/http
2024-07-12 14:23:50 +03:00
..
chunked net.http.chunked: return !string on decode (#18928) 2023-07-21 16:37:55 +03:00
file net.http.file: fix usage examples (add closing apostrophes) 2024-04-23 17:20:05 +03:00
mime net.http, veb, vweb, x.vweb: add mime type text/x-vlang, for .v and .vsh file extensions (#21851) 2024-07-12 14:23:50 +03:00
backend.c.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
backend_vschannel_windows.c.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
cookie.v vlib: simplify byte character conditions by using methods like is_capital, is_lower, is_letter etc (#21725) 2024-06-25 09:55:08 +03:00
cookie_test.v net.http: remove unused read_set_cookies function (#20187) 2023-12-15 16:53:40 +02: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: 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_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 breaking,checker: disallow initializing private struct fields outside structs module (#21183) 2024-04-12 13:53:02 +03:00
header_test.v net.http: fix http.delete() checking (#20131) 2023-12-10 14:32:30 +02:00
http.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
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 all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
http_proxy_test.v all: unwrap const() blocks 2023-11-25 10:02:51 +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: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
request.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
request_test.v vweb: fix parsing of form fields, send with multipart/form-data (by JS fetch) 2023-07-14 16:20:02 +03:00
response.v net.http: correct Response.status() method comment, to indicate returning of a Status enum field, instead of struct (#21735) 2024-06-26 07:45:16 +03:00
response_test.v tools: add cmd/tools/show_ancient_deprecations.v, to cleanup ancient functionality, deprecated over an year ago (#18946) 2023-07-22 19:13:58 +03:00
server.v net.http: change default http.Server listening address to :9009, to avoid conflicts with tools, that start their own http servers on 8080 like bytehound (#21570) 2024-05-25 14:30:10 +03:00
server_test.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
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