Unverified Commit 8b04ca8c authored by Kip's avatar Kip Committed by GitHub

Removed unnecessary standard filesystem library. (#726)

* {src/common/http_header.cc,include/pistache/http_header.h}: Implemented support for Authorization headers using basic method...
include/pistache/base64.{cc,h}: Added utility classes and helper functions for base 64 encoding and decoding...
tests/headers_test.cc: Added unit test authorization_basic_test...
version.txt: Bumped versioning metadata...

* Reformatted last commit with clang-format(1) per Dennis' request. Looks awful.

* include/pistache/base64.h: No need to include standard filesystem library...
parent 53c08440
......@@ -14,7 +14,6 @@
// Standard C++ / POSIX system headers...
#include <cstddef>
#include <filesystem>
#include <string>
#include <vector>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment