Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Vif_core.Request0Sourcetype 'socket t = {request : request;tls : Tls.Core.epoch_data option;reqd : reqd;socket : 'socket;on_localhost : bool;body : [ `V1 of H1.Body.Reader.t | `V2 of H2.Body.Reader.t ];queries : (string * string list) list;}val to_source :
src:Logs.src ->
[< `V1 of H1.Reqd.t | `V2 of H2.Reqd.t ] ->
string Flux.sourceval of_reqd :
?with_tls:('a -> Tls.Core.epoch_data option) ->
?peer:('a -> string) ->
?is_localhost:('a -> bool) ->
'a ->
reqd ->
'a t