/usr/lib/ocaml/nethttpd/nethttpd_util.mli is in libnethttpd-ocaml-dev 3.7.3-3build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | (* $Id: nethttpd_util.mli 1410 2010-02-14 19:44:28Z gerd $ *)
(** Utility functions *)
open Nethttpd_types
val std_error_response : error_response_params -> string
(** Returns the HTML text of the standard error response *)
val std_error_log_string : request_info -> string -> string
(** Returns a log line for error logging *)
val std_access_log_string : full_info -> string
(** Returns a log line for access logging *)
val std_debug_access_log_string : full_info -> string
(** Returns a log string for extended access logging (multi-line) *)
|