kcurl v0.1.10
Basic C++23 wrapper over libcurl
 
Loading...
Searching...
No Matches
kcurl::http::Response< void > Struct Reference

#include <kcurl/http.hpp>

Public Member Functions

auto rewrap_as_error (std::string_view const error_text) const -> Error
 

Public Attributes

Status status {}
 

Member Function Documentation

◆ rewrap_as_error()

auto kcurl::http::Response< void >::rewrap_as_error ( std::string_view const  error_text) const -> Error
inline
Returns
Error with formatted error_text and this response's status.

Member Data Documentation

◆ status

Status kcurl::http::Response< void >::status {}

The documentation for this struct was generated from the following file: