performance improvements + a good amount of changes
This commit is contained in:
parent
89a6d9a528
commit
0649a28a28
24 changed files with 2040744 additions and 70 deletions
7
src/backends/backend.cpp
Normal file
7
src/backends/backend.cpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "../http.cpp"
|
||||
#include <memory>
|
||||
|
||||
class backend {
|
||||
public:
|
||||
virtual unique_ptr<http_response> handle_request(http_request& req) = 0;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue