= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
When the client sends an option request, the server must reply.
type t =
| Ack
(*Option acknowledged
*)| Server
(*A description of an export (in reponse to
*)List
)| Unsupported
(*The option is unsupported
*)| Policy
(*The option is blocked by an admin policy
*)| Invalid
(*The option was invalid (i.e. the client is buggy)
*)| Platform
(*The option is not supported in this platform.
*)| TlsReqd
(*The option is not allowed when the connection is not using TLS.
*)| Unknown of int32
(*The response is unknown to this implementation.
*)
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_string : t -> string