Module Netmech_digest_http

module Netmech_digest_http: sig .. end
Digest authentication for HTTP

module Digest: Nethttp.HTTP_CLIENT_MECHANISM 
This is the standard HTTP digest authentication mechanism (see RFCs 2069, 2617, 7616).
module Digest_mutual: Nethttp.HTTP_CLIENT_MECHANISM 
This is the standard HTTP digest authentication mechanism (see RFCs 2069, 2617, 7616).
module type PROFILE = sig .. end
module Make_digest: 
functor (P : PROFILE) -> Nethttp.HTTP_CLIENT_MECHANISM
Create a custom version of the digest mechanism