0 branches
Tree
Top files
Clone with HTTPS:
h2spec
net.http: validate HTTP/2 server request headers (RFC 9113 §8.1.2) (#27569)
last Jun 28
18.01 KB
mime
fmt: fix formating a file in an oscillating manner (fix #22223, fix #22026) (#22232)
1 year ago
499.51 KB
backend.c.v
net.http: add connection-pooling Transport with HTTP/1.1 keep-alive (#27412)
last Jun 15
6.63 KB
backend_vschannel_windows.c.v
net.http: speak HTTP/2 over the Windows SChannel backend (#27397)
last Jun 11
4.2 KB
build_request_headers_test.v
net.http: fix panic in parse_multipart_form for invalid boundary (fix #24974) (#24976)
last Jul 25
473 bytes
download_progress.v
net.http: fix download_file_with_progress in net.http module (fixes #25002)
last Apr 21
3.83 KB
download_silent_downloader.v
net.http: fix download_file_with_progress in net.http module (fixes #25002)
last Apr 21
947 bytes
h2_client.v
net.http: add multiplexed HTTP/2 client connection (H2MuxConn) (#27413)
last Jun 27
3.38 KB
h2_client_test.v
net.http: add multiplexed HTTP/2 client connection (H2MuxConn) (#27413)
last Jun 27
4.33 KB
h2_conn.v
net.http: add multiplexed HTTP/2 client connection (H2MuxConn) (#27413)
last Jun 27
24.55 KB
h2_conn_test.v
net.http: add multiplexed HTTP/2 client connection (H2MuxConn) (#27413)
last Jun 27
16.97 KB
h2_frame.v
net.http: add multiplexed HTTP/2 client connection (H2MuxConn) (#27413)
last Jun 27
14.4 KB
h2_hpack.v
net.http: add multiplexed HTTP/2 client connection (H2MuxConn) (#27413)
last Jun 27
10.21 KB
h2_hpack_huffman.v
hash.huffman: add shared canonical Huffman builder; migrate HPACK to it (#27392)
last Jun 8
3.11 KB
h2_hpack_huffman_table.v
hash.huffman: add shared canonical Huffman builder; migrate HPACK to it (#27392)
last Jun 8
1.72 KB
h2_hpack_static.v
net.http: add HPACK header compression (RFC 7541) for HTTP/2 (#27353)
last Jun 6
2.58 KB
h2_hpack_test.v
hash.huffman: add shared canonical Huffman builder; migrate HPACK to it (#27392)
last Jun 8
11.23 KB
h2_mux_conn.v
net.http: add multiplexed HTTP/2 client connection (H2MuxConn) (#27413)
last Jun 27
62.53 KB
h2_mux_conn_test.v
net.http: add multiplexed HTTP/2 client connection (H2MuxConn) (#27413)
last Jun 27
62.44 KB
h2_server.v
net.http: validate HTTP/2 server request headers (RFC 9113 §8.1.2) (#27569)
last Jun 28
26.3 KB
h2_server_test.v
net.http: validate HTTP/2 server request headers (RFC 9113 §8.1.2) (#27569)
last Jun 28
17.71 KB
head_with_content_length_test.v
net.http: fix HEAD/1xx/204/304 responses hanging or erroring on Content-Length (#27000)
last Apr 26
2.44 KB
header.v
net.http: make Header.get/get_custom return Option instead of Result (fix #27177) (#27214)
last May 24
22.33 KB
header_test.v
net.http: make Header.get/get_custom return Option instead of Result (fix #27177) (#27214)
last May 24
10.21 KB
http.v
net.http: add connection-pooling Transport with HTTP/1.1 keep-alive (#27412)
last Jun 15
10.61 KB
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)
1 year ago
2.2 KB
http_proxy.v
net.http: fix `net.http.Request.proxy` is public but cannot be interpolated because `HttpProxy` is private and has no explicit `str()` (fixes #26938)
last Apr 23
5.84 KB
http_proxy_test.v
ci: skip http_proxy and system_rng uniformity tests on windows tcc
last May 19
11.33 KB
request.v
net.http: add connection-pooling Transport with HTTP/1.1 keep-alive (#27412)
last Jun 15
36.36 KB
request_receive_test.v
net.http: fix download_file_with_progress in net.http module (fixes #25002)
last Apr 21
3.94 KB
response.v
veb, fasthttp: efficicent memory management with -prealloc (memory is freed after the request is finished, no gc needed)
last May 13
6.08 KB
response_test.v
net.http: make Header.get/get_custom return Option instead of Result (fix #27177) (#27214)
last May 24
4.88 KB
server.v
net.http: fix TLS server read/handshake timeouts and idle-shutdown fd race (#27434)
last Jun 16
9.78 KB
server_test.v
net.http: add connection-pooling Transport with HTTP/1.1 keep-alive (#27412)
last Jun 15
19.74 KB
server_tls_d_use_openssl.v
net.http: add TLS termination to Server (HTTPS support) (#27373)
last Jun 7
689 bytes
server_tls_idle.v
net.http: run TLS server handshakes on worker threads (#27433 item 3) (#27552)
last Jun 25
3.54 KB
server_tls_notd_use_openssl.v
net.http: run TLS server handshakes on worker threads (#27433 item 3) (#27552)
last Jun 25
10.34 KB
server_tls_timeout_notd_use_openssl_test.v
net.http: fix TLS server read/handshake timeouts and idle-shutdown fd race (#27434)
last Jun 16
1.78 KB
transport.v
net.http: add connection-pooling Transport with HTTP/1.1 keep-alive (#27412)
last Jun 15
14.61 KB
transport_test.v
net.http: add connection-pooling Transport with HTTP/1.1 keep-alive (#27412)
last Jun 15
15.92 KB
util.v
net.http: fix Strange error message for invalid site on Windows (http.get) (fixes #16968)
last Apr 23
2.53 KB
version.v
veb: new fasthttp module with -d new_veb (multithreaded, epoll/kqueue): makes veb multithreaded and fixes frequent hangs
last Oct 24
896 bytes
vschannel_alpn_windows.c.v
net.http: add ALPN negotiation to the Windows SChannel backend (#27395)
last Jun 9
2.37 KB
vschannel_alpn_windows_test.v
net.http: add ALPN negotiation to the Windows SChannel backend (#27395)
last Jun 9
1.14 KB