Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
Thoth::Http::BodyConcept Concept Reference

Class that transforms requests with a given method into their responses, monad friendly. More...

#include <Client.hpp>

Concept definition

template<class T>
Class that transforms requests with a given method into their responses, monad friendly.
Definition Client.hpp:58
Definition Request.hpp:36
Definition Response.hpp:15

Detailed Description

Class that transforms requests with a given method into their responses, monad friendly.

Supports sync and async operations (only sync are implemented at the given moment).