wip clean up ToS

This commit is contained in:
swrup 2026-02-10 21:49:42 +01:00
parent 5ccf9f34e7
commit bc1cc013ee
10 changed files with 150 additions and 153 deletions

View file

@ -1,12 +1,9 @@
(* independent library for headers fields value *)
(* library for headers fields value *)
(* TODO - test - can still bypass this module and directly set Etag header, but
its fine *)
(* TODO clean up *)
module Etag : sig
(* module to parse etags header fields used by If-Match and If-None-Match
headers
(* https://httpwg.org/specs/rfc9110.html#field.etag *)
https://httpwg.org/specs/rfc9110.html#field.etag *)
type t
type header_value