HTTP stuff now uses keyword parser.
This commit is contained in:
@@ -104,8 +104,9 @@ public:
|
||||
void set_defaults();
|
||||
|
||||
// Populate request-related fields from a Lua table.
|
||||
void set_config(LuaStack &LS0, LuaSlot tab);
|
||||
|
||||
// Doesn't throw errors, instead, returns errors via check().
|
||||
void configure(LuaKeywordParser &kp);
|
||||
|
||||
// Get or Set the request IDs.
|
||||
//
|
||||
// This class does not use these fields, it just stores
|
||||
@@ -208,8 +209,9 @@ public:
|
||||
void set_defaults();
|
||||
|
||||
// Populate request-related fields from a Lua table.
|
||||
// Doesn't throw errors, instead, returns them via check()
|
||||
//
|
||||
void set_config(LuaStack &LS0, LuaSlot tab);
|
||||
void configure(LuaKeywordParser &kp);
|
||||
|
||||
// Set the keep_alive flag.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user