Runtime request, response, encoding, auth, and transport boundary for oas2moon clients.
Dependencies
impl Transport for CaptureTransportpub struct Config {
origin : String
base_path : String
bearer_token : String?
basic_username : String?
basic_password : String?
api_key_name : String?
api_key_value : String?
api_key_location : String?
} derive(Debug)fn encode_header_value(value : String) -> Stringfn encode_path_value(value : String) -> Stringfn encode_query_pair(name : String, value : String) -> (String, String)fn percent_encode(value : String) -> StringInstall
Download zipRuntime request, response, encoding, auth, and transport boundary for oas2moon clients.
Dependencies