package async_js

  1. Overview
  2. Docs
type 'response t = private {
  1. code : int;
  2. get_header : string -> string option;
  3. content : 'response;
}