package savvy

  1. Overview
  2. Docs
A straightforward OAuth2 client

Install

dune-project
 Dependency

Authors

Maintainers

Sources

savvy-0.4.1.tbz
sha256=d6ef1f13c522e1d920e2ddc707ee7da4392bf178d8ccbaaea50cc5a2b67c10ad
sha512=74ee303d5b80453ce8a6c6fb49e765b91079bf0b4ed84801ad7d9adcc1dd4ebb22075706e9de4ee90800e2bef5f2eb133ea94f6d82c4e216159ea0e298bb88e8

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:??? -> t -> string
val make : scheme:[ `Http | `Https ] -> host:string -> ?userinfo:??? -> ?port:??? -> ?path:??? -> ?query:??? -> ?fragment:??? -> unit -> t
val host : t -> string
val scheme : t -> [ `Http | `Https ]