1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/net/http
2023-06-22 09:31:34 +03:00
..
chunked all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
mime net.http.mime: execute v run vlib/net/http/mime/build.vsh to update db.v with the latest official mime types 2023-03-24 08:29:32 +02:00
backend_nix.c.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
backend_windows.c.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
cookie_test.v scanner: fix indent error for line comment generated by vdoc (#18422) 2023-06-13 08:50:02 +03:00
cookie.v cgen: make the default values for all enums, be their first listed entry, even if it was enum MyEnum { first = 999 second}, not just the defaul 0 (#18388) 2023-06-11 21:57:36 +03:00
download_nix.c.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
download_windows.c.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
download.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
header_test.v tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892) 2023-01-09 23:47:03 +02:00
header.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
http_httpbin_test.v db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
http_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
http.v net: fix typo give => given (#17955) 2023-04-14 11:15:16 +03:00
method.v net.http: copy IANA's list of methods to the http.Method enum (#18508) 2023-06-22 09:31:34 +03:00
request_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
request.v net: fix typos (#18164) 2023-05-12 09:31:27 +03:00
response_test.v net.http: remove ending \r from response.status_msg, add more tests 2022-11-20 16:22:43 +02:00
response.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
server_test.v net.http: remove ending \r from response.status_msg, add more tests 2022-11-20 16:22:43 +02:00
server.v http: add workers to improve the server's concurrent capacity. (#18271) 2023-05-27 01:57:32 +03:00
status_test.v http: fix status codes (#6590) 2020-10-09 18:33:16 +03:00
status.v net.http: add documentation to http, method, server, and status (#17130) 2023-01-27 13:58:55 +02:00
version.v all: 2023 copyright 2023-03-28 22:55:57 +02:00