package ez_api

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

Module EzAPI.UrlSource

Sourcemodule TYPES : sig ... end
include module type of struct include TYPES end
Sourcetype base_url = TYPES.base_url =
  1. | BASE of string
Sourcetype url = TYPES.url =
  1. | URL of string
Sourceval cut_at : string -> char -> string * string
Sourceval encode : string -> string
Sourceval digit_hexa : char -> int
Sourceval decode : string -> string
Sourceval encode_args : ?url:bool -> (string * string list) list -> string
Sourceval decode_args : ?url:bool -> string -> (string * string list) list
Sourceval content_type : string
Sourceval encode_obj : ?url:bool -> 'a Json_encoding.encoding -> 'a -> string
Sourceval assemble : base_url -> string -> string -> url
OCaml

Innovation. Community. Security.