MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / parse

Method parse

libi2pd/HTTP.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 bool URL::parse(const char *str, std::size_t len)
98 {
99 return parse({str, len ? len : strlen(str)});
100 }
101
102 bool URL::parse(std::string_view url)
103 {

Callers 15

SanitizeHTTPRequestMethod · 0.80
HandleRequestMethod · 0.80
MakeRequestMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
RunRequestMethod · 0.80
CheckAuthMethod · 0.80
HandlePageMethod · 0.80
HandleCommandMethod · 0.80
HandleProxyConnectMethod · 0.80
StartMethod · 0.80

Calls 5

strsplitFunction · 0.85
is_http_methodFunction · 0.85
is_http_versionFunction · 0.85
parse_header_lineFunction · 0.85
push_backMethod · 0.80

Tested by 3

mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64