+ bad_request
This commit is contained in:
parent
0549bb098a
commit
c3e81293af
2 changed files with 17 additions and 12 deletions
|
|
@ -1,11 +1,11 @@
|
|||
(* independent module for headers fields value *)
|
||||
(* independent library for headers fields value *)
|
||||
|
||||
(* TODO
|
||||
- test
|
||||
- can still bypass this module and directly set Etag header, but its fine *)
|
||||
module Etag : sig
|
||||
(* module to parse < "*" / #entity-tag >,
|
||||
used for If-Match and If-None-Match headers
|
||||
(* module to parse etags header fields
|
||||
used by If-Match and If-None-Match headers
|
||||
|
||||
https://httpwg.org/specs/rfc9110.html#field.etag *)
|
||||
type t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue