package savvy

  1. Overview
  2. Docs
A straightforward OAuth2 client

Install

dune-project
 Dependency

Authors

Maintainers

Sources

savvy-0.4.0.tbz
sha256=a9e2b62cbf273c881d47d86db243706e41dcf52ce3107288b7edcf61cc53bb10
sha512=2903142b0f64d06c02ab91e3a3545d8e38f0bef34a57e7aa8d97d06f11f12daee43825a4c91afa39f5c6542b61e8bb3a57b1076358031ae74b5d6d0e5944cecd

doc/savvy.json_uri/Json_uri/Absolute_http/index.html

Module Json_uri.Absolute_http

type t
val of_uri : t -> (t, [ `Msg of string ]) result
val to_uri : t -> t
val of_string : string -> t
val to_string : ?pct_encoder:pct_encoder -> t -> string
val make : scheme:[ `Http | `Https ] -> host:string -> ?userinfo:string -> ?port:int -> ?path:string -> ?query:(string * string list) list -> ?fragment:string -> unit -> t
val host : t -> string
val scheme : t -> [ `Http | `Https ]
OCaml

Innovation. Community. Security.