Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OAUTH_SIGNATURE EncodeSet #148

Closed
wants to merge 3 commits into from
Closed

Add OAUTH_SIGNATURE EncodeSet #148

wants to merge 3 commits into from

Commits on Nov 28, 2015

  1. Add OAUTH_SIGNATURE EncodeSet

    This character set is defined in rfc5849
    https://tools.ietf.org/html/rfc5849#section-3.6
    and is used to encode the signature base string and
    and the "Authorization" header field
    alicemaz committed Nov 28, 2015
  2. Rename OAUTH_SIGNATURE to UNRESERVED

    Unreserved character set defined in rfc3986
    https://tools.ietf.org/html/rfc3986#section-2.3
    alicemaz committed Nov 28, 2015
  3. Update UNRESERVED description

    alicemaz committed Nov 28, 2015
You can’t perform that action at this time.