# Functions
No description provided by the author
No description provided by the author
No description provided by the author
ConstructKVFromCSV will construct a map from a comma separated value string that denotes key value pairs.
ConstructKVFromLabelEncoding will construct a map from a comma separated value string that denotes key value pairs.
ConstructKVFromMatrixCSV will construct a map from a comma separated value string that denotes key value pairs.
ConstructMapFromCSV will construct a map from a comma separated value string.
ConstructParamMapFromDeepObjectEncoding will construct a map from the query parameters that are encoded as deep objects.
ConstructParamMapFromFormEncodingArray will construct a map from the query parameters that are encoded as form encoded values.
ConstructParamMapFromPipeEncoding will construct a map from the query parameters that are encoded as pipe separated values.
ConstructParamMapFromQueryParamInput will construct a param map from an existing map of *QueryParam slices.
ConstructParamMapFromSpaceEncoding will construct a map from the query parameters that are encoded as space delimited values.
DoesFormParamContainDelimiter will determine if a form parameter contains a delimiter.
ExplodeQueryValue will explode a query value based on the style (space, pipe, or form/default).
ExtractContentType extracts the content type from the request header.
ExtractOperation extracts the operation from the path item based on the request method.
ExtractParamsForOperation will extract the parameters for the operation based on the request method.
ExtractSecurityForOperation will extract the security requirements for the operation based on the request method.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
QueryParam is a struct that holds the key, values and property name for a query parameter it's used for complex query types that need to be parsed and tracked differently depending on the encoding styles used.