![]() |
Kurlyk
|
Defines the HttpResponse class and related types for handling HTTP responses. More...
Go to the source code of this file.
Classes | |
class | kurlyk::HttpResponse |
Represents the response received from an HTTP request, including headers, content, and status. More... | |
Namespaces | |
namespace | kurlyk |
Primary namespace for the Kurlyk library, encompassing initialization, request management, and utility functions. | |
Macros | |
#define | _KURLYK_HTTP_RESPONSE_HPP_INCLUDED |
Typedefs | |
using | kurlyk::HttpResponsePtr = std::unique_ptr<HttpResponse> |
A unique pointer to an HttpResponse object for memory management. | |
using | kurlyk::HttpResponseCallback = std::function<void(HttpResponsePtr response)> |
Type definition for the callback function used to handle HTTP responses. | |
Defines the HttpResponse class and related types for handling HTTP responses.
Definition in file HttpResponse.hpp.
#define _KURLYK_HTTP_RESPONSE_HPP_INCLUDED |
Definition at line 3 of file HttpResponse.hpp.