8 lines
129 B
C++
8 lines
129 B
C++
#include "HTTPRequest.h"
|
|
|
|
namespace http {
|
|
|
|
HTTPRequest::HTTPRequest(coreutils::ZString &in) : request(in), message(in) {}
|
|
|
|
}
|