Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SanitizeHTTPRequest
Method · 0.80
HandleRequest
Method · 0.80
MakeRequest
Method · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
RunRequest
Method · 0.80
CheckAuth
Method · 0.80
HandlePage
Method · 0.80
HandleCommand
Method · 0.80
HandleProxyConnect
Method · 0.80
Start
Method · 0.80
Calls
5
strsplit
Function · 0.85
is_http_method
Function · 0.85
is_http_version
Function · 0.85
parse_header_line
Function · 0.85
push_back
Method · 0.80
Tested by
3
main
Function · 0.64
main
Function · 0.64
main
Function · 0.64