MCPcopy Create free account
hub / github.com/apache/trafficserver / parse

Method parse

include/proxy/hdrs/URL.h:734–738  ·  view source on GitHub ↗

Parser doesn't clear URL first, so if you parse over a non-clear URL, the resulting URL may contain some of the previous data. */

Source from the content-addressed store, hash-verified

732
733 */
734inline ParseResult
735URL::parse(std::string_view url)
736{
737 return this->parse(url.data(), static_cast<int>(url.size()));
738}
739
740/**
741 Parser doesn't clear URL first, so if you parse over a non-clear URL,

Callers

nothing calls this directly

Calls 4

url_parseFunction · 0.85
parseFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected