Skip to content

Commit

Permalink
Return the raw request in the API.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim dixon committed Jul 15, 2015
1 parent d3f41e3 commit 3f9c709
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 3f9c709

Please sign in to comment.