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 HttpGet protocol for WebService #1232

Merged
merged 5 commits into from
Feb 12, 2016
Merged

Commits on Feb 10, 2016

  1. Fix HttpGet protocol for WebService

    Michael committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    6d2eac0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Replace useless foreach by for loop

    Michael committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    5811e3c View commit details
    Browse the repository at this point in the history
  2. Switch spaceAsPlus to false

    Following the syntax described here : https://tools.ietf.org/html/rfc3986
    Michael committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    5a0ecf9 View commit details
    Browse the repository at this point in the history
  3. Add comment explaining the query string building

    Michael committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    f970a3a View commit details
    Browse the repository at this point in the history
  4. Add unit test with URL containing a query string

    Michael committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    0667cd8 View commit details
    Browse the repository at this point in the history