pkgsrc-ng/www/py-httpbin/patches/patch-README.rst
2016-11-18 22:39:22 +01:00

19 lines
1.2 KiB
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-README.rst,v 1.1 2016/01/02 10:45:30 wiz Exp $
Avoid UTF-8 characters to let setup.py run in ASCII locale.
https://github.com/Runscope/httpbin/issues/269
--- README.rst.orig 2015-10-22 19:02:45.000000000 +0000
+++ README.rst
@@ -40,8 +40,8 @@ Endpoint
`/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.