ironic_python_agent.api.app module¶
- class ironic_python_agent.api.app.Request(environ: WSGIEnvironment, populate_request: bool = True, shallow: bool = False)[source]¶
- Bases: - Request- Custom request class with JSON support. 
- ironic_python_agent.api.app.jsonify(value, status=200)[source]¶
- Convert value to a JSON response using the custom encoder. 
