→
↺
λ
HTTP2
in Common Lisp
Table of Contents
1 Overview
2 Tutorials
2.1 Using built-in HTTP/2 client
2.2 Starting HTTP/2 server
2.3 Define content for HTTP/2 server
2.4 Getting request details
2.4.1 Body of the request
2.5 Customize client
2.5.1 Client example: multiple requests
2.5.2 Client reference
3 More detailed API documentation
4 Implementation details (not part of API)
4.1 HPACK - RFC7541 implementation.
4.2 Server API reference
4.2.1 Server classes
4.3 Polling server overview
4.3.1 Interface to the polling server
4.3.2 Client actions loop (implementation)
[in package HTTP2]