feat(lnm): support HEAD requests
This commit is contained in:
parent
cc9dc6aec5
commit
58a8645c6c
4 changed files with 19 additions and 6 deletions
|
|
@ -11,7 +11,8 @@ typedef enum lnm_http_method {
|
|||
lnm_http_method_post,
|
||||
lnm_http_method_put,
|
||||
lnm_http_method_patch,
|
||||
lnm_http_method_delete
|
||||
lnm_http_method_delete,
|
||||
lnm_http_method_head,
|
||||
} lnm_http_method;
|
||||
|
||||
extern const char *lnm_http_status_names[][32];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue