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

Handle empty response body case #112

Merged
merged 4 commits into from
Sep 15, 2017
Merged

Commits on Sep 14, 2017

  1. Support focus feature of rspec

    nurse committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    40c36ee View commit details
    Browse the repository at this point in the history
  2. Handle the case HTTPClient doesn't yield block or body is nil

    If HTTP response body is empty, HTTPClient doesn't yield given block,
    and its response object's body attribute is nil.
    nurse committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    708557d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Configuration menu
    Copy the full SHA
    09f06e4 View commit details
    Browse the repository at this point in the history
  2. Add comment

    nurse committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    e355ba1 View commit details
    Browse the repository at this point in the history