head 1.3; access; symbols pkgsrc-2017Q2:1.2.0.2 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.1.0.10 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.8 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.6 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.4 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.2 pkgsrc-2016Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2017.08.27.12.44.03; author adam; state dead; branches; next 1.2; commitid 3LagUKY5fjKELQ4A; 1.2 date 2017.05.31.08.36.33; author adam; state Exp; branches; next 1.1; commitid GMwAMM8bMGA5ewTz; 1.1 date 2016.01.02.10.45.30; author wiz; state Exp; branches; next ; commitid 667ltoTSIWUJulPy; desc @@ 1.3 log @0.6.0: Bug fixes. @ text @$NetBSD: patch-README.rst,v 1.2 2017/05/31 08:36:33 adam Exp $ Avoid UTF-8 characters to let setup.py run in ASCII locale. https://github.com/Runscope/httpbin/issues/269 --- README.rst.orig 2016-08-15 11:29:46.000000000 +0000 +++ README.rst @@@@ -41,8 +41,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 up to 10MB 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. @ 1.2 log @Changes 0.5.0: - Allow /redirect-to to work with multiple methods - Allow MD5 or SHA-256 to be chosen as algorithms for HTTP Digest Auth - Set a 10MB limit on /drip @ text @d1 1 a1 1 $NetBSD: patch-README.rst,v 1.1 2016/01/02 10:45:30 wiz Exp $ @ 1.1 log @Import py-httpbin-0.4.0 as www/py-httpbin. Testing an HTTP Library can become difficult sometimes. RequestBin is fantastic for testing POST requests, but doesn't let you control the response. This exists to cover all kinds of HTTP scenarios. Additional endpoints are being considered. All endpoint responses are JSON-encoded. @ text @d1 1 a1 1 $NetBSD$ d6 1 a6 1 --- README.rst.orig 2015-10-22 19:02:45.000000000 +0000 d8 1 a8 1 @@@@ -40,8 +40,8 @@@@ Endpoint d16 1 a16 1 `/drip`_ Drips data over a duration after an optional initial delay, then (optionally) returns with the given status code. @