Ocsigen

This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!

sig
  val get :
    ?https:bool ->
    ?port:int -> host:string -> uri:string -> unit -> Http_frame.t Lwt.t
  val raw_request :
    ?client:Extensions.client ->
    ?keep_alive:bool ->
    ?headers:Http_headers.t ->
    ?https:bool ->
    ?port:int ->
    content:string Ocsistream.t option ->
    http_method:Http_frame.Http_header.http_method ->
    host:string ->
    inet_addr:Unix.inet_addr ->
    uri:string -> unit -> unit -> Http_frame.t Lwt.t
  val basic_raw_request :
    ?headers:Http_headers.t ->
    ?https:bool ->
    ?port:int ->
    content:string Ocsistream.t option ->
    http_method:Http_frame.Http_header.http_method ->
    host:string ->
    inet_addr:Unix.inet_addr -> uri:string -> unit -> Http_frame.t Lwt.t
  val sslcontext : Ssl.context Pervasives.ref
end