Struct AuthRequest

Struct Documentation

struct AuthRequest

HTTP request abstraction for authentication.

This interface abstracts the HTTP request to decouple auth logic from the HTTP library (cpp-httplib).

Public Members

std::string method
std::string path
std::optional<std::string> authorization_header