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

Defines the HttpResponse class and related HTTP response types. More...

Go to the source code of this file.

Classes

class  kurlyk::HttpResponse
 Represents an HTTP response. 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>
 Owning pointer to an HTTP response.
using kurlyk::HttpResponseCallback = std::function<void(HttpResponsePtr response)>
 Callback invoked with an HTTP response.

Detailed Description

Defines the HttpResponse class and related HTTP response types.

Definition in file HttpResponse.hpp.

Macro Definition Documentation

◆ _KURLYK_HTTP_RESPONSE_HPP_INCLUDED

#define _KURLYK_HTTP_RESPONSE_HPP_INCLUDED

Definition at line 3 of file HttpResponse.hpp.