summaryrefslogtreecommitdiff
path: root/httpretty/http.py
Commit message (Collapse)AuthorAgeFilesLines
* removed non-ascii characters (#321)Tom White2018-03-071-1/+1
|
* revamping docs + testsGabriel Falcão2015-12-131-1/+1
|
* Python 3: fix parse_requestline().Cyril Roelandt2014-01-211-11/+12
| | | | | The parse_requestline() function needs a text string as an input. In Python 3, it had bytes.
* adding the CONNECT method. closes #85Gabriel Falcao2013-09-301-1/+2
|
* add http OPTIONS verbGrigouze2013-05-231-1/+2
|
* Fixes streaming data requests when using regexes. Closes #42Steve Pulec2013-04-301-0/+13
|
* Moving code around, simplifying API interface and releasing 0.6.00.6.0Gabriel Falcao2013-04-181-0/+139