Skip to content

Commit

Permalink
Merge pull request #21 from circleci/include-raw-in-api
Browse files Browse the repository at this point in the history
Return the raw request body in the API.
  • Loading branch information
johnsheehan committed Jul 16, 2015
2 parents a3d4489 + 3f9c709 commit 2dbd04d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requestbin/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def to_dict(self):
method=self.method,
headers=self.headers,
query_string=self.query_string,
raw=self.raw,
form_data=self.form_data,
body=self.body,
path=self.path,
Expand Down

0 comments on commit 2dbd04d

Please sign in to comment.