X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fhttp.h;h=cd9ca38728cb5d7dd81e6cce64ae328505d97a74;hb=aabc654ef7b6c5a6740e95b9580223726a86e43a;hp=75014247fee977cd590f49c5f2f468499cffca94;hpb=fe3383c0559a453df1e5076fc6faac6d1a11685c;p=pazpar2-moved-to-github.git diff --git a/src/http.h b/src/http.h index 7501424..cd9ca38 100644 --- a/src/http.h +++ b/src/http.h @@ -57,6 +57,7 @@ struct http_request char http_version[20]; char method[20]; char *path; + char *search; struct http_header *headers; struct http_argument *arguments; };