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

Method post_process_data

httpie/config.py:99–101  ·  view source on GitHub ↗

Hook for processing the outgoing config data.

(self, data: Dict[str, Any])

Source from the content-addressed store, hash-verified

97 return data
98
99 def post_process_data(self, data: Dict[str, Any]) -> Dict[str, Any]:
100 """Hook for processing the outgoing config data."""
101 return data
102
103 def load(self):
104 config_type = type(self).__name__.lower()

Callers 1

saveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected