module Ktistec::Signature

Overview

HTTP Signature (https://tools.ietf.org/html/draft-cavage-http-signatures-10) support.

Extended Modules

Defined in:

framework/signature.cr

Constant Summary

Log = ::Log.for(self)

Instance Method Summary

Instance Method Detail

def sign(key_pair, url, body = nil, content_type = nil, content_length = nil, accept = nil, method = :post, time = Time.utc, algorithm = "rsa-sha256") #

[View source]
def verify(key_pair, url, headers, body = nil, method = :post) #

[View source]
def verify?(key_pair, url, headers, *args, **opts) #

[View source]