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

HTTP server helper supports https #2787

Merged
merged 8 commits into from
Jan 28, 2020

Commits on Jan 22, 2020

  1. Support https

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    d9ef2b6 View commit details
    Browse the repository at this point in the history
  2. Use own logger

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    b24bbd0 View commit details
    Browse the repository at this point in the history
  3. Add log for users

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    e22cca6 View commit details
    Browse the repository at this point in the history
  4. Add cert file for test

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    3df24ff View commit details
    Browse the repository at this point in the history
  5. Add test

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    3ab898f View commit details
    Browse the repository at this point in the history
  6. Change name and made old name deprecated

    since helper's method have helper name as prefix
    
    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    0f51575 View commit details
    Browse the repository at this point in the history
  7. Delete net/http client implement for now

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    38f80c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Call dup not to overwrite original value

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    6d53664 View commit details
    Browse the repository at this point in the history