RESTinio v0.6.1 Release Notes

Release Date: 2019-11-13 // over 4 years ago
    • 👀 The initial version of HTTP-field parsing helpers is added. See Helpers for parsing values of HTTP-fields for more details.
    • 👀 Helpers for working with multipart request’s body added. See Multipart body helpers for more details.
    • 👀 Helpers to simplify the implementation of file upload functionality added. See File upload helpers for more details.
    • New example file_upload added.
    • RESTinio uses implementation of expected type proposed for C++20 from the expected-lite library. Type expected is available as restinio::expected_t.