RESTinio v0.6.5 Release Notes

Release Date: 2020-02-25 // about 4 years ago
  • Set of symbols supported by restinio::parse_query_traits::javascript_compatible is extended (#76).

    Addition of restinio::parse_query_traits::x_www_form_urlencoded, restinio::parse_query_traits::relaxed trais.

    📜 Introduction of try_parse_query function.

    Some functions that work with query-string and URI (like parse_query, try_parse_query) now do basic control of the validity of UTF-8 sequences represented as percent-encoded characters.

    👉 New RESTINIO_USE_EXTERNAL_HTTP_PARSER option for CMake-based builds.