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

Allow Headers.add to get a list of parameters on *args #1100

Closed
wants to merge 4 commits into from

Commits on Apr 7, 2017

  1. Allow Headers.add to get a list of parameters on *args

    This ensures the order of parameters, which can be useful for issues
    like supporting IE8 in flask's pallets#2223
    antlarr committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    cdfacb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    848b79d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2017

  1. add test for positional header parameters

    pass args to _options_header_vkw
    allow positional args to set too
    more permissive mapping vs sequence check
    davidism committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    2ed8556 View commit details
    Browse the repository at this point in the history
  2. minor docs fix

    davidism committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    e2be79b View commit details
    Browse the repository at this point in the history