mowijo
mowijo
**Describe the bug** Building fails on ubuntu 20.04 with compiler errors. A clear and concise description of what the bug is. **To Reproduce** Can easily be reproduced in a docker...
Dear Authors. I am very interested in documenting my C++ code in a different approach than the normal "XML/Doxygen inline" mess and as such have found Hyde. Unfortunately, I have...
This PR Adds a method to extract HTTP Bearer token from the Authorisation header, thus closing #1257.
I feel `std::string Pistache::Http::Header::Authorization::getBearerToken()` is missing while its siblings * `std::string Pistache::Http::Header::Authorization::getBasicUser()` * `std::string Pistache::Http::Header::Authorization::getBasicPassword()` exist. Is there a design reason for lack of that method or has it just...
See: https://godbolt.org/z/e4bdnvEEq Enabeling line 68 makes the compiler to never end. Keeping line 67 makes the compiler terminate as expected and execution outputs the expected.