Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
Response.hpp File Reference
Include dependency graph for Response.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Thoth::Http::Response< Method, Body >
 

Namespaces

namespace  Thoth
 
namespace  Thoth::Http
 

Concepts

concept  Thoth::Http::ResponseBodyConcept
 

Typedefs

using Thoth::Http::GetResponse = Response<>
 
using Thoth::Http::PostResponse = Response< PostMethod >
 
using Thoth::Http::GetBinResponse = Response< GetMethod, vector< std::byte > >
 
using Thoth::Http::PostBinResponse = Response< PostMethod, vector< std::byte > >
 
using Thoth::Http::GetFileResponse = Response< GetMethod, Dsa::TextFileOutputRange >
 
using Thoth::Http::PostFileResponse = Response< PostMethod, Dsa::TextFileOutputRange >
 
using Thoth::Http::GetFileBinResponse = Response< GetMethod, vector< std::byte > >
 
using Thoth::Http::PostFileBinResponse = Response< PostMethod, vector< std::byte > >
 

Functions

template<ResponseBodyConcept Body>
auto Thoth::Http::GetInserterIterator (Body &body)