Ktistec::Signature
HTTP Signature (https://tools.ietf.org/html/draft-cavage-http-signatures-10) support.
Instance methods
sign(key_pair, url, body = nil, content_type = nil, content_length = nil, accept = nil, method = :post, time = Time.utc, algorithm = "rsa-sha256")
Sourceverify(key_pair, url, headers, body = nil, method = :post)
Source