Furl-HTTP-OAuth
view release on metacpan or search on metacpan
old_test.pl view on Meta::CPAN
# - HTTP::Request (see HTTP::Message)
# - filehandle for binary?
# - hashref of parameters and/or parameters in the URL
# - arrayref of parameters and/or parameters in the URL
# OAUTH REQUIRES HANDLING OF THESE PARAMETERS (SIG GENERATION)
# - query component of URI
# - The OAuth HTTP "Authorization" header field (Section 3.5.1) if
# present. The header's content is parsed into a list of name/value
# pairs excluding the "realm" parameter if present. The parameter
# values are decoded as defined by Section 3.5.1.
# - the request body IF
# 1. body is single part
# 2. body is application/x-www-form-urlencoded
# 3. body Content-Type is application/x-www-form-urlencoded
# - EXCLUDE "oauth_signature" parameter from sig generation IF PRESENT
# SIGNATURE GENERATION
# Parts:
# - HTTP METHOD
# - authority as declared by http "Host" header field
( run in 0.499 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )