Added callback support to HTTP parser
This commit is contained in:
parent
1d0e68c5a4
commit
4ed5dd21e3
4 changed files with 111 additions and 39 deletions
|
@ -29,6 +29,8 @@
|
|||
#define RAX_REQDFIELDS_LEN 36
|
||||
|
||||
namespace Util{
|
||||
Util::DataCallback defaultDataCallback;
|
||||
|
||||
/// Helper function that cross-platform checks if a given directory exists.
|
||||
bool isDirectory(const std::string &path){
|
||||
#if defined(_WIN32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue