Name Description Size Coverage
head_request.py head_request.py ~~~~~~~~~~~~~~~ A short example that demonstrates a client that makes HEAD requests to certain websites. This example is intended as a reproduction of nghttp2 issue 396, for the purposes of compatibility testing. 3334 -
post_request.py post_request.py ~~~~~~~~~~~~~~~ A short example that demonstrates a client that makes POST requests to certain websites. This example is intended to demonstrate how to handle uploading request bodies. In this instance, a file will be uploaded. In order to handle arbitrary files, this example also demonstrates how to obey HTTP/2 flow control rules. Takes one command-line argument: a path to a file in the filesystem to upload. If none is present, uploads this file. 8569 -
server.crt 1212 -
server.csr 1009 -
server.key 1679 -
twisted-server.py twisted-server.py ~~~~~~~~~~~~~~~~~ A fully-functional HTTP/2 server written for Twisted. 5794 -