Merge pull request #270 from 0-wiz-0/master

Avoid UTF-8 characters to let setup.py run in ASCII locale.

Closes #269
This commit is contained in:
Ian Cordasco
2016-01-05 08:47:29 -06:00
+2 -2
View File
@@ -40,8 +40,8 @@ Endpoint Description
`/basic-auth/:user/:passwd`_ Challenges HTTPBasic Auth.
`/hidden-basic-auth/:user/:passwd`_ 404'd BasicAuth.
`/digest-auth/:qop/:user/:passwd`_ Challenges HTTP Digest Auth.
`/stream/:n`_ Streams *n* 100 lines.
`/delay/:n`_ Delays responding for *n* 10 seconds.
`/stream/:n`_ Streams *n* - 100 lines.
`/delay/:n`_ Delays responding for *n* - 10 seconds.
`/drip`_ Drips data over a duration after an optional initial delay, then (optionally) returns with the given status code.
`/range/:n`_ Streams *n* bytes, and allows specifying a *Range* header to select a subset of the data. Accepts a *chunk\_size* and request *duration* parameter.
`/html`_ Renders an HTML Page.