Skip to content

Commit

Permalink
Merge pull request #427 from jupp0r/do-not-export-BasicAuthHandler
Browse files Browse the repository at this point in the history
pull: do not export BasicAuthHandler
  • Loading branch information
gjasny committed Dec 14, 2020
2 parents 4cc099e + 1101626 commit fbe225c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pull/src/basic_auth.h
Expand Up @@ -12,7 +12,7 @@ namespace prometheus {
/**
* Handler for HTTP Basic authentication for Endpoints.
*/
class PROMETHEUS_CPP_PULL_EXPORT BasicAuthHandler : public CivetAuthHandler {
class BasicAuthHandler : public CivetAuthHandler {
public:
using AuthFunc = std::function<bool(const std::string&, const std::string&)>;
explicit BasicAuthHandler(AuthFunc callback, std::string realm);
Expand Down

0 comments on commit fbe225c

Please sign in to comment.