This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
20
unikernel/duniverse/ocaml-h1/lib/h1.ml
Normal file
20
unikernel/duniverse/ocaml-h1/lib/h1.ml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
module Headers = Httpun_types.Headers
|
||||
module IOVec = Httpun_types.IOVec
|
||||
module Method = Httpun_types.Method
|
||||
module Status = Httpun_types.Status
|
||||
module Version = Httpun_types.Version
|
||||
module Reqd = Reqd
|
||||
module Request = Request
|
||||
module Response = Response
|
||||
module Body = Body
|
||||
module Config = Config
|
||||
|
||||
module Server_connection = Server_connection
|
||||
module Client_connection = Client_connection.Oneshot
|
||||
|
||||
module Websocket = Websocket
|
||||
|
||||
module H1_private = struct
|
||||
module Parse = Parse
|
||||
module Serialize = Serialize
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue