Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ url
Method
url
starlette/requests.py:110–113 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
108
109
@property
110
def
url(self) -> URL:
111
if
not hasattr(self,
"_url"
):
# pragma: no branch
112
self._url = URL(scope=self.scope)
113
return
self._url
114
115
@property
116
def
base_url(self) -> URL:
Callers
nothing calls this directly
Calls
1
URL
Class · 0.90
Tested by
no test coverage detected