|
KEEL 1.0.0
Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll
|
Shared HTTP/2 protocol constants. More...

Go to the source code of this file.
Macros | |
| #define | KL_H2_DEFAULT_MAX_STREAMS 128 |
| Default maximum concurrent streams. | |
| #define | KL_H2_DEFAULT_WINDOW_SIZE 65535 |
| Default initial window size (bytes). | |
Shared HTTP/2 protocol constants.
Contains constants shared by both server (h2_server.h) and client (h2_client.h).
| #define KL_H2_DEFAULT_MAX_STREAMS 128 |
Default maximum concurrent streams.
| #define KL_H2_DEFAULT_WINDOW_SIZE 65535 |
Default initial window size (bytes).