MCPcopy
hub / github.com/tornadoweb/tornado / full_url

Method full_url

tornado/httputil.py:581–583  ·  view source on GitHub ↗

Reconstructs the full URL for this request.

(self)

Source from the content-addressed store, hash-verified

579 return self._cookies
580
581 def full_url(self) -> str:
582 """Reconstructs the full URL for this request."""
583 return self.protocol + "://" + self.host + self.uri # type: ignore[operator]
584
585 def request_time(self) -> float:
586 """Returns the amount of time it took for this request to execute."""

Callers 5

_openid_argsMethod · 0.80
_on_request_tokenMethod · 0.80
wrapperFunction · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by 1

getMethod · 0.64