MCPcopy
hub / github.com/httpie/cli / any

Method any

httpie/models.py:208–213  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

206 meta: bool = False
207
208 def any(self):
209 return (
210 self.headers
211 or self.body
212 or self.meta
213 )
214
215 @classmethod
216 def from_message(

Callers 3

programFunction · 0.80
write_messageFunction · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected