|
Prusa MINI Firmware overview
|
Environment struct like as WSGI environment as possible could be. More...
#include <lwsapi_app.hpp>

Public Member Functions | |
| Environment () | |
| ~Environment () | |
| void | add_header (IHeader *header) |
| const IHeader * | get_headers () const |
Public Attributes | |
| char | method [METHOD_LENGTH] = { '\0' } |
| char | request_uri [URI_LENGTH] = { '\0' } |
Environment struct like as WSGI environment as possible could be.
| Environment::~Environment | ( | ) |
| char Environment::method[METHOD_LENGTH] = { '\0' } |
HTTP METHOD (GET|POST|etc..)
| char Environment::request_uri[URI_LENGTH] = { '\0' } |
Full HTTP request uri