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

Allow call #persistent with block #201

Merged
merged 2 commits into from
Apr 2, 2015
Merged

Commits on Apr 2, 2015

  1. Allow call #persistent with block

    Example Usage:
    ==============
    
    ``` ruby
    def keys(users)
      HTTP.persistent("https://github.com") do |http|
        users.map { |u| http.get("/#{u}.keys").to_s }
      end
    end
    ```
    
    Resolves #200
    ixti committed Apr 2, 2015
    Configuration menu
    Copy the full SHA
    bbbcd6c View commit details
    Browse the repository at this point in the history
  2. Update CHANGES with #200, #201.

    ixti committed Apr 2, 2015
    Configuration menu
    Copy the full SHA
    d93d181 View commit details
    Browse the repository at this point in the history