Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/hugapi/hug
/ http
Method
http
hug/api.py:567–570 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
565
566
@property
567
def
http(self):
568
if
not hasattr(self,
"_http"
):
569
self._http = HTTPInterfaceAPI(self)
570
return
self._http
571
572
@property
573
def
cli(self):
Callers
3
test_route_http
Method · 0.45
test_http
Method · 0.45
render_content
Method · 0.45
Calls
1
HTTPInterfaceAPI
Class · 0.85
Tested by
2
test_route_http
Method · 0.36
test_http
Method · 0.36