Skip to content

Commit

Permalink
Merge pull request #2587 from panos-stavrianos/patch-1
Browse files Browse the repository at this point in the history
Add SEARCH method in gstorage.c
  • Loading branch information
allinurl authored Dec 2, 2023
2 parents fff5e22 + 8e7203d commit 7df2f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gstorage.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ const httpmethods http_methods[] = {
{ "TRACE" , 5 } ,
{ "CONNECT" , 7 } ,
{ "PATCH" , 5 } ,
{ "SEARCH" , 6 } ,
/* WebDav */
{ "PROPFIND" , 8 } ,
{ "PROPPATCH" , 9 } ,
Expand Down

0 comments on commit 7df2f8f

Please sign in to comment.