Implemented hostnames

This commit is contained in:
Nate Choe
2022-01-26 06:04:43 -06:00
parent d16cc39f1e
commit db645b0bf5
9 changed files with 51 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ typedef enum {
typedef struct {
RequestType respondto;
char *host;
Command command;
regex_t path;
char *arg;