MCPcopy Create free account
hub / github.com/EasyIME/PIME / _parse_body

Method _parse_body

python/python3/tornado/httputil.py:451–461  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

449 return None
450
451 def _parse_body(self) -> None:
452 parse_body_arguments(
453 self.headers.get("Content-Type", ""),
454 self.body,
455 self.body_arguments,
456 self.files,
457 self.headers,
458 )
459
460 for k, v in self.body_arguments.items():
461 self.arguments.setdefault(k, []).extend(v)
462
463 def __repr__(self) -> str:
464 attrs = ("protocol", "host", "method", "uri", "version", "remote_ip")

Callers 2

finishMethod · 0.80
finishMethod · 0.80

Calls 3

parse_body_argumentsFunction · 0.85
itemsMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected