Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Reel::RequestBody #75

Merged
merged 2 commits into from
Aug 11, 2013
Merged

Reel::RequestBody #75

merged 2 commits into from
Aug 11, 2013

Commits on Jul 28, 2013

  1. Initial Reel::RequestBody

    Encapsulate request bodies in their own object. This allows easy conversion to a
    string in cases where streaming isn't desired, or streaming as an IO-alike
    through #read and #readpartial
    
    This is a breaking change from the previous API. People who were using
    request.body will now need to use request.body.to_s. The previous callback-based
    API for reading the body is completely removed.
    tarcieri committed Jul 28, 2013
    Configuration menu
    Copy the full SHA
    0724c9b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2013

  1. Make RequestBody enumerable

    tarcieri committed Aug 11, 2013
    Configuration menu
    Copy the full SHA
    9ed107e View commit details
    Browse the repository at this point in the history