![]() |
Thoth
A functional, expressive, asynchronous C++26 webdev library
|
#include <Thoth/Http/Response/ResponseHead.hpp>#include <Thoth/Http/Methods/PostMethod.hpp>#include <Thoth/Http/Methods/GetMethod.hpp>#include <Thoth/NJson/Json.hpp>#include <Thoth/Dsa/FileOutputRange.hpp>#include <Thoth/Http/NHeaders/Response/ResponseHeaders.hpp>#include <Thoth/Http/Response/Response.tpp>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) |