Home | History | Annotate | Download | only in http

Lines Matching defs:parseRequestLine

885 // parseRequestLine parses "GET /foo HTTP/1.1" into its three parts.
886 func parseRequestLine(line string) (method, requestURI, proto string, ok bool) {
940 req.Method, req.RequestURI, req.Proto, ok = parseRequestLine(s)