File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 11# h2spec
22
33h2spec is a conformance testing tool for HTTP/2 implementation.
4- This tool comply with [ draft-ietf-httpbis-http2-17 ] ( http://tools.ietf .org/html/draft-ietf-httpbis-http2-17 ) .
4+ This. tool is compliant with [ RFC 7540 (HTTP/2) ] ( http://www.rfc-editor .org/rfc/rfc7540.txt ) .
55
66## Install
77
@@ -21,13 +21,15 @@ $ h2spec --help
2121Usage: h2spec [OPTIONS]
2222
2323Options:
24- -p: Target port. (Default: 80)
25- -h: Target host. (Default: 127.0.0.1)
26- -t: Connect over TLS. (Default: false)
27- -k: Don't verify server's certificate. (Default: false)
28- -o: Maximum time allowed for test. (Default: 2)
29- -s: Section number on which to run the test. (Example: -s 6.1 -s 6.2)
30- --help: Display this help and exit.
24+ -p: Target port. (Default: 80 or 443)
25+ -h: Target host. (Default: 127.0.0.1)
26+ -t: Connect over TLS. (Default: false)
27+ -k: Don't verify server's certificate. (Default: false)
28+ -o: Maximum time allowed for test. (Default: 2)
29+ -s: Section number on which to run the test. (Example: -s 6.1 -s 6.2)
30+ -S: Run the test cases marked as "strict".
31+ --version: Display version information and exit.
32+ --help: Display this help and exit.
3133```
3234
3335## Screenshot
You can’t perform that action at this time.
0 commit comments