Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jetlang/remoting
/ splitQuery
Method
splitQuery
src/main/java/org/jetlang/web/HttpRequest.java:53–56 ·
view source on GitHub ↗
(URI url)
Source
from the content-addressed store, hash-verified
51
}
52
53
public
static
KeyValueList splitQuery(URI url) {
54
String query = url.getRawQuery();
55
return
KeyValueList.parseUrlEncoded(query, false);
56
}
57
58
public
String get(String key) {
59
return
headers.get(key);
Callers
5
parseUriQueryParams
Method · 0.95
empty
Method · 0.95
parseEncoded
Method · 0.95
emptyWithQuestionMark
Method · 0.95
setRequestUri
Method · 0.95
Calls
1
parseUrlEncoded
Method · 0.95
Tested by
4
parseUriQueryParams
Method · 0.76
empty
Method · 0.76
parseEncoded
Method · 0.76
emptyWithQuestionMark
Method · 0.76