package kubecaml

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

Http_header describes a custom header to be used in Http probes

type t
val to_yojson : t -> Yojson.Safe.t
val make : value:string -> name:string -> unit -> t
val name : t -> string

The header field name

val value : t -> string

The header field value

module Object : Object.S with type value := t