wip clean up ToS
This commit is contained in:
parent
5ccf9f34e7
commit
bc1cc013ee
10 changed files with 150 additions and 153 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue