mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
414a719b42
'/bytes/:n' takes and optional 'seed' integer parameter, and returns n random bytes of binary data (limited to 100KB in size). '/stream-bytes/:n' is the same as above, but streams the data. As well as a 'seed' parameter, it accepts a 'chunk_size' parameter, which determines how many bytes are in each packet that is streamed. '/links/:n' generates a page containing n links, each of which links to another page containing those n links. The value of n is limited to 200.
24 lines
536 B
Plaintext
24 lines
536 B
Plaintext
HttpBin is written and maintained by Kenneth Reitz and
|
|
various contributors:
|
|
|
|
Development Lead
|
|
````````````````
|
|
|
|
- Kenneth Reitz <_@kennethreitz.com>
|
|
|
|
|
|
Patches and Suggestions
|
|
```````````````````````
|
|
|
|
- Zbigniew Siciarz
|
|
- Andrey Petrov
|
|
- Lispython
|
|
- Kyle Conroy
|
|
- Flavio Percoco
|
|
- Radomir Stevanovic (http://github.com/randomir)
|
|
- Steven Honson
|
|
- Bob Carroll <bob.carroll@alum.rit.edu> @rcarz
|
|
- Cory Benfield (Lukasa) <cory@lukasa.co.uk>
|
|
- Matt Robenolt (https://github.com/mattrobenolt)
|
|
- Dave Challis (https://github.com/davechallis)
|