Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
middleware::ProxyOptions Struct Reference

Options for Proxy middleware. More...

#include <Proxy.hpp>

Public Attributes

std::string target_host
 
int target_port
 
std::string strip_prefix = ""
 

Detailed Description

Options for Proxy middleware.

Member Data Documentation

◆ strip_prefix

std::string middleware::ProxyOptions::strip_prefix = ""

◆ target_host

std::string middleware::ProxyOptions::target_host

◆ target_port

int middleware::ProxyOptions::target_port

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