kcurl v0.1.10
Basic C++23 wrapper over libcurl
 
Loading...
Searching...
No Matches
kcurl::easy::Response Struct Reference

Successful response of a perform operation. More...

#include <kcurl/easy.hpp>

Public Attributes

std::int64_t code {}
 Response code.
 
ByteArray bytes {}
 Response payload as bytes.
 

Detailed Description

Successful response of a perform operation.

Member Data Documentation

◆ bytes

ByteArray kcurl::easy::Response::bytes {}

Response payload as bytes.

◆ code

std::int64_t kcurl::easy::Response::code {}

Response code.


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