|
A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
|
A fully buffered HTTP/2 response: head plus complete body. More...
#include <cpp/a11/net/http2.h>
Public Attributes | |
| HttpResponseHead | head |
| Status and headers. | |
| std::string | body |
| Complete response body. | |
A fully buffered HTTP/2 response: head plus complete body.
| std::string a11::net::HttpResponse::body |
Complete response body.
| HttpResponseHead a11::net::HttpResponse::head |
Status and headers.