Created Utility.hpp and moved some code into this file. Also improved parse_query_string.
This commit is contained in:
parent
62da9daf87
commit
ba4eec7ebe
6 changed files with 136 additions and 116 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef CRYPTO_HPP
|
||||
#define CRYPTO_HPP
|
||||
#ifndef SIMPLE_WEB_SERVER_CRYPTO_HPP
|
||||
#define SIMPLE_WEB_SERVER_CRYPTO_HPP
|
||||
|
||||
#include <string>
|
||||
#include <cmath>
|
||||
|
|
@ -216,5 +216,4 @@ namespace SimpleWeb {
|
|||
}
|
||||
};
|
||||
}
|
||||
#endif /* CRYPTO_HPP */
|
||||
|
||||
#endif /* SIMPLE_WEB_SERVER_CRYPTO_HPP */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue