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

Replace Request#setHeaders with addHeader #30588

Merged
merged 15 commits into from
May 22, 2018

Commits on May 14, 2018

  1. Replace Request#setHeaders with addHeaders

    Adding headers rather than setting them all at once seems more
    user-friendly and we already do it in a similar way for parameters
    (see Request#addParameter).
    javanna committed May 14, 2018
    Configuration menu
    Copy the full SHA
    4d53709 View commit details
    Browse the repository at this point in the history
  2. remove empty line

    javanna committed May 14, 2018
    Configuration menu
    Copy the full SHA
    7ce5692 View commit details
    Browse the repository at this point in the history
  3. fix more issues

    javanna committed May 14, 2018
    Configuration menu
    Copy the full SHA
    608b139 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Configuration menu
    Copy the full SHA
    299cf3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d953894 View commit details
    Browse the repository at this point in the history
  3. fixes

    javanna committed May 15, 2018
    Configuration menu
    Copy the full SHA
    f4116ad View commit details
    Browse the repository at this point in the history
  4. remove unused imports

    javanna committed May 15, 2018
    Configuration menu
    Copy the full SHA
    5b91a56 View commit details
    Browse the repository at this point in the history
  5. addHeader(String,String)

    javanna committed May 15, 2018
    Configuration menu
    Copy the full SHA
    c9a560a View commit details
    Browse the repository at this point in the history
  6. fix tests

    javanna committed May 15, 2018
    Configuration menu
    Copy the full SHA
    6e456e9 View commit details
    Browse the repository at this point in the history
  7. rename test method

    javanna committed May 15, 2018
    Configuration menu
    Copy the full SHA
    e3c74c2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Configuration menu
    Copy the full SHA
    5a395f9 View commit details
    Browse the repository at this point in the history
  2. add javadocs for ReqHeader

    javanna committed May 22, 2018
    Configuration menu
    Copy the full SHA
    a2721b5 View commit details
    Browse the repository at this point in the history
  3. fix compile error

    javanna committed May 22, 2018
    Configuration menu
    Copy the full SHA
    ed19946 View commit details
    Browse the repository at this point in the history
  4. fix compile errors

    javanna committed May 22, 2018
    Configuration menu
    Copy the full SHA
    61e4361 View commit details
    Browse the repository at this point in the history
  5. fix failing test

    javanna committed May 22, 2018
    Configuration menu
    Copy the full SHA
    08e1d41 View commit details
    Browse the repository at this point in the history