рефактор статических файлов, добавлено удобное API и поддержка кеширования
This commit is contained in:
@@ -3,3 +3,13 @@
|
||||
//
|
||||
|
||||
#include "resources.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
// http::auth::AuentificationRequiredResource::AuentificationRequiredResource(const std::string &path, AuthProvider& provider, resource::respGenerator generator): BasicResource(path), generator_(std::move(generator)) {
|
||||
// }
|
||||
//
|
||||
// void http::auth::AuentificationRequiredResource::handle(const server::Request &req, server::Reply &rep) {
|
||||
// }
|
||||
//
|
||||
// http::auth::AuentificationRequiredResource::~AuentificationRequiredResource() = default;
|
||||
|
Reference in New Issue
Block a user