package opium

  1. Overview
  2. Docs
OCaml web framework

Install

dune-project
 Dependency

Authors

Maintainers

Sources

opium-0.20.0.tbz
sha256=326b91866de90baf535f8b7d4b2ff23e39d952e573c04b3c13f1054b59ff2fb6
sha512=59b83e7c8fe5f7ae328fb7f2343fe5b8fb735e8f6ee263cfd6c75bb179688ef7cf2b4586b35a2231ed3f3c1ada543021b7a4759326ae095eb77a5f38b9fa3a8a

doc/opium/Opium/Auth/index.html

Module Opium.AuthSource

Authentication functions to work with common HTTP authentication methods.

Sourcemodule Challenge : sig ... end
Sourcemodule Credential : sig ... end

string_of_credential

Sourceval string_of_credential : Credential.t -> string

string_of_credential cred converts the credentials into a string usable in the Authorization header.

credential_of_string

Sourceval credential_of_string : string -> Credential.t

credential_of_string s parses a string from the Authorization header into credentials.

string_of_challenge

Sourceval string_of_challenge : Challenge.t -> string

string_of_challenge challenge converts the challenge into a string usable in the WWW-Authenticate response header.