Added more information to dynamic pages
This commit is contained in:
@@ -160,6 +160,8 @@ static int linkedResponse(Connection *conn,
|
||||
|
||||
request.fieldCount = conn->fieldCount;
|
||||
request.fields = conn->fields;
|
||||
request.path = conn->path;
|
||||
request.type = conn->type;
|
||||
|
||||
code = getResponse(&request, &response);
|
||||
|
||||
|
||||
@@ -49,6 +49,8 @@ typedef struct {
|
||||
typedef struct {
|
||||
long fieldCount;
|
||||
Field *fields;
|
||||
char *path;
|
||||
RequestType type;
|
||||
} Request;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user