package cohttp

  1. Overview
  2. Docs

Debugging output for Cohttp Unix

val activate_debug : unit -> unit

activate_debug enables debugging output that will be sent to standard error.

val debug_active : unit -> bool

debug_active returns true if activate_debug has been called and false otherwise