Improved regexes

This commit is contained in:
Nate Choe
2022-01-30 11:45:48 -06:00
parent bdac013f91
commit 5a6c38c680
7 changed files with 182 additions and 22 deletions

View File

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