MCPcopy Create free account
hub / github.com/catboost/catboost / TParsedHttpLocation

Method TParsedHttpLocation

library/cpp/http/misc/parsed_request.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30TParsedHttpLocation::TParsedHttpLocation(const TStringBuf& req) {
31 req.Split('?', Path, Cgi);
32}

Callers

nothing calls this directly

Calls 1

SplitMethod · 0.45

Tested by

no test coverage detected