MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / parse_request

Method parse_request

Lib/BaseHTTPServer.py:232–299  ·  view source on GitHub ↗

Parse a request (internal). The request should be stored in self.raw_requestline; the results are in self.command, self.path, self.request_version and self.headers. Return True for success, False for failure; on failure, an error is sent back.

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

handle_one_requestMethod · 0.95
handleMethod · 0.80

Calls 5

send_errorMethod · 0.95
rstripMethod · 0.80
splitMethod · 0.80
getMethod · 0.45
lowerMethod · 0.45

Tested by

no test coverage detected