| Incoming headers | ||||
|---|---|---|---|---|
| Header name | Header value | |||
| )" + pair.first + R"( | )" + pair.second + R"( | |||
| Incoming url parameters | ||||
| Parameter name | Parameter value | |||
| )" + pair.first + R"( | )" + pair.second + R"( | |||
| Incoming form data | ||||
| Form field | Field value | |||
| )" + pair.first + R"( | )" + pair.second + R"( | |||
| Incoming files | ||||
| Form field | Original name | File type | File size | Uploaded name |
| )" + field_name + R"( | )" + file.getName() + R"( | )" + file.getType() + R"( | )" + std::to_string(file.getSize() ) + R"( | )" + file.getTmpName() + R"( |