Home
last modified time | relevance | path

Searched refs:HeaderVariables (Results 1 – 3 of 3) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/Network/http/
H A DHTTPRequest.hxx58 StringMap HeaderVariables; member in flightgear::http::HTTPRequest
H A DFlightHistoryUriHandler.cxx95 url.append(request.HeaderVariables.get("Host")).append(base); in AutoUpdateResponse()
H A Dhttpd.cxx127 HeaderVariables[connection->http_headers[i].name] = connection->http_headers[i].value; in MongooseHTTPRequest()