MCPcopy 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_httpMethod · 0.45
test_httpMethod · 0.45
render_contentMethod · 0.45

Calls 1

HTTPInterfaceAPIClass · 0.85

Tested by 2

test_route_httpMethod · 0.36
test_httpMethod · 0.36