Kurlyk
Loading...
Searching...
No Matches
HttpRequest.hpp File Reference

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.
 

Detailed Description

Defines the Request class for managing HTTP requests.

Definition in file HttpRequest.hpp.

Macro Definition Documentation

◆ _KURLYK_HTTP_REQUEST_HPP_INCLUDED

#define _KURLYK_HTTP_REQUEST_HPP_INCLUDED

Definition at line 3 of file HttpRequest.hpp.