package ez_api

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module VerboseSource

Sourceval v : int ref
Sourceval callback : (int -> unit) ref
Sourceval set_verbose : int -> unit
Sourceval log : ?meth:??? -> string -> string option -> unit
Sourceval request : ?msg:??? -> ?meth:??? -> ?content:??? -> ?headers:??? -> string -> unit
Sourceval response : ?msg:??? -> code:int -> content:string -> string -> unit