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

Multipart form requests need to use \r\n instead of only \n #74 #118

Closed
wants to merge 3 commits into from

Commits on Nov 6, 2014

  1. Multipart form requests need to use \r\n instead of only \n apiaryio#74

    Added function that replaces line feeds \n with carriage return \r in body. It also recalcultes the content length header.
    Rikard Qvarforth committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    8f400bf View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2014

  1. Multipart form requests need to use \r\n instead of only \n apiaryio#74

    Changed isMultipart added test
    Rikard Qvarforth committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    3e1f78a View commit details
    Browse the repository at this point in the history
  2. Added postinstall hook

    In order to build Dredd from my repo with npm install
    Rikard Qvarforth committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    4e3a6ce View commit details
    Browse the repository at this point in the history