A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
Loading...
Searching...
No Matches
a11::net::HttpResponseHead Struct Reference

Status line and headers of an HTTP/2 response, without the body. More...

#include <cpp/a11/net/http2.h>

Public Attributes

int status = 0
 Numeric HTTP response status.
 
HttpHeaders headers
 Response headers, preserving repetitions.
 

Detailed Description

Status line and headers of an HTTP/2 response, without the body.

Member Data Documentation

◆ headers

HttpHeaders a11::net::HttpResponseHead::headers

Response headers, preserving repetitions.

◆ status

int a11::net::HttpResponseHead::status = 0

Numeric HTTP response status.


The documentation for this struct was generated from the following file: