![]() |
Kurlyk
|
Defines the Request class for managing HTTP requests. More...
Go to the source code of this file.
Classes | |
class | kurlyk::HttpRequest |
Represents an HTTP request. More... | |
Namespaces | |
namespace | kurlyk |
Primary namespace for the Kurlyk library, encompassing initialization, request management, and utility functions. | |
Macros | |
#define | _KURLYK_HTTP_REQUEST_HPP_INCLUDED |
Typedefs | |
using | kurlyk::HttpRequestPtr = std::unique_ptr<HttpRequest> |
A unique pointer to an HttpRequest object for memory management. | |
Defines the Request class for managing HTTP requests.
Definition in file HttpRequest.hpp.
#define _KURLYK_HTTP_REQUEST_HPP_INCLUDED |
Definition at line 3 of file HttpRequest.hpp.