add turnaround time logging
Some checks failed
Docker Build & Publish / build (push) Failing after 1s
Some checks failed
Docker Build & Publish / build (push) Failing after 1s
This commit is contained in:
parent
f930792a11
commit
10ca7f9f51
4 changed files with 49 additions and 8 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "response.hpp"
|
||||
#include "../version.hpp"
|
||||
#include "./constants.hpp"
|
||||
|
||||
namespace anthracite::http {
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include "header_query.hpp"
|
||||
#include "constants.hpp"
|
||||
#include <optional>
|
||||
|
||||
namespace anthracite::http {
|
||||
|
||||
|
@ -13,7 +11,7 @@ private:
|
|||
int _status_code;
|
||||
std::string* _content;
|
||||
std::string _content_noref;
|
||||
std::unordered_map<std::string, header> _headers; // kinda goofy, whatever
|
||||
std::unordered_map<std::string, header> _headers;
|
||||
|
||||
public:
|
||||
response();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue