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

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.
 

Detailed Description

A fully buffered HTTP/2 response: head plus complete body.

Member Data Documentation

◆ body

std::string a11::net::HttpResponse::body

Complete response body.

◆ head

HttpResponseHead a11::net::HttpResponse::head

Status and headers.


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