module Netmech_scram_http: sig .. end
sig
end
Restarts are not yet covered.
As long as the RFC isn't released yet, this should be considered as experimental work.
module type PROFILE = sig .. end
module Make_SCRAM:
functor (
P
:
PROFILE
) ->
Nethttp.HTTP_CLIENT_MECHANISM