+ bad_request

This commit is contained in:
Swrup 2025-09-28 22:50:33 +02:00
parent 0549bb098a
commit c3e81293af
2 changed files with 17 additions and 12 deletions

View file

@ -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