Files
felwell-core/dep/cpr/cpr/digest.cpp
T

10 lines
161 B
C++

#include "cpr/digest.h"
namespace cpr {
const char* Digest::GetAuthString() const noexcept {
return Authentication::GetAuthString();
}
} // namespace cpr