diff options
-rw-r--r-- | request.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -8,12 +8,6 @@ struct span int length; }; -struct header -{ - struct span name; - struct span value; -}; - struct request { int (* step)(struct request *); |
index : plop | ||
Framework for prototyping request-response protocols and servers | Aki |
summaryrefslogtreecommitdiffhomepage |
-rw-r--r-- | request.h | 6 |
@@ -8,12 +8,6 @@ struct span int length; }; -struct header -{ - struct span name; - struct span value; -}; - struct request { int (* step)(struct request *); |