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

Refactors ClientHelper to combine header logic #30620

Merged
merged 2 commits into from
May 16, 2018
Merged

Refactors ClientHelper to combine header logic #30620

merged 2 commits into from
May 16, 2018

Commits on May 16, 2018

  1. Refactors ClientHelper to combine header logic

    This change removes all the `*ClientHelper` classes which were
    repeating logic between plugins and instead adds
    `ClientHelper.executeWithHeaders()` and
    `ClientHelper.executeWithHeadersAsync()` methods to centralise the
    logic for executing requests with stored security headers.
    colings86 committed May 16, 2018
    Configuration menu
    Copy the full SHA
    e19360c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef105f7 View commit details
    Browse the repository at this point in the history