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 Access Control, CORS (Cross Origin Request Sharing) header methods #1699

Merged
merged 2 commits into from Jan 14, 2020

Commits on Jan 14, 2020

  1. Add Access Control, CORS (Cross Origin Request Sharing) header methods

    This should make it a little easier to get and set access control
    headers as it ensures the types and naming is correct. It is also
    intentionally very minimal like the other header accessors.
    pgjones authored and davidism committed Jan 14, 2020
    Copy the full SHA
    73358a8 View commit details
    Browse the repository at this point in the history
  2. update wrapper mixin docs

    davidism committed Jan 14, 2020
    Copy the full SHA
    a4836ed View commit details
    Browse the repository at this point in the history