Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/httpie/cli
/ metadata
Method
metadata
httpie/models.py:43–45 ·
view source on GitHub ↗
Return metadata about the current message.
(self)
Source
from the content-addressed store, hash-verified
41
42
@property
43
def
metadata(self) -> str:
44
""
"Return metadata about the current message."
""
45
raise
NotImplementedError
46
47
@cached_property
48
def
encoding(self) -> str:
Callers
1
get_dist_name
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected