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

Binary body recording #70

Closed
wants to merge 6 commits into from

Commits on Jul 24, 2018

  1. Record empty body if an object is of bytes type

    During recording a S3 object retrieving request the library raises
    `TypeError` while the response is totally valid. Response json data
     is copied including streaming body to handle potential
    issues with binary data without affecting original binary payload.
    I159 committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    154174b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Deserialize empty file

    I159 committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    6b10dd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. Readme update

    I159 committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    901dd26 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2018

  1. Configuration menu
    Copy the full SHA
    7bfb55d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Readme fix.

    I159 committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    2ad0ac3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Setup update.

    I159 committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    2a595c8 View commit details
    Browse the repository at this point in the history