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

fix: allow single object proxy config #1633

Merged
merged 3 commits into from
Feb 19, 2019
Merged

fix: allow single object proxy config #1633

merged 3 commits into from
Feb 19, 2019

Commits on Feb 19, 2019

  1. Add failing test using simple proxy object config

    Rename the original test of proxy options as an obect to be a test of an object of paths as properties.
    
    Add a single test demonstraiting a simple proxy option config.
    lukebro committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    531eee9 View commit details
    Browse the repository at this point in the history
  2. When proxy config has a target property treat it as an array of proxy…

    … config
    
    Check for a target property on the proxy config object, and if one exists  wrap it an array.
    lukebro committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    33d303b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ea6f06 View commit details
    Browse the repository at this point in the history