Split off implementation
This commit is contained in:
@@ -3,11 +3,7 @@
|
||||
#include <arpa/inet.h>
|
||||
|
||||
struct FastCGIHeader {
|
||||
FastCGIHeader(uint8_t type_in, uint16_t request_id, uint16_t content_length)
|
||||
: type(type_in) {
|
||||
SetRequestId(request_id);
|
||||
SetContentLength(content_length);
|
||||
}
|
||||
FastCGIHeader(uint8_t type_in, uint16_t request_id, uint16_t content_length);
|
||||
|
||||
uint8_t version = 1;
|
||||
uint8_t type;
|
||||
|
||||
Reference in New Issue
Block a user