1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli/tests
Matt Mastracci bb74e75a04
feat(ext/http): h2c for http/2 (#18817)
This implements HTTP/2 prior-knowledge connections, allowing clients to
request HTTP/2 over plaintext or TLS-without-ALPN connections. If a
client requests a specific protocol via ALPN (`h2` or `http/1.1`),
however, the protocol is forced and must be used.
2023-04-24 23:24:40 +02:00
..
integration refactor: rewrite client side tests to 'fastwebsockets' crate (#18800) 2023-04-23 22:55:45 +02:00
node_compat test: disable flaky Node test (#18821) 2023-04-24 22:55:06 +09:00
testdata test: deflake worker tests (#18813) 2023-04-23 23:48:25 +00:00
unit feat(ext/http): h2c for http/2 (#18817) 2023-04-24 23:24:40 +02:00
unit_node fix(ext/node): implement asymmetric keygen (#18651) 2023-04-19 22:27:34 +05:30
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00