postman-open-technologies / httpbin-rs

Apache License 2.0
5 stars 1 forks source link

Httpbin in Rust

Status: Alpha

Icecream emoji logo

Rust crab logo/emoji

This is a reimplementation of httpbin for two purposes:

  1. To demonstrate (and test) the abilities of an http library for rust
  2. To make a static binary (1.6MB) providing all the httpbin functionality

(not affiliated to the original httpbin)

By default listens on 0.0.0.0:8080, but you can pass a port number on the command-line. Many endpoints of the original httpbin are currently unimplemented.

Implementation Status

Attribution

Originally written by Paul Colomiets. Based on httpbin by Kenneth Reitz.

License

Licensed under the Apache License, Version 2.0

This project also contains code from the original httpbin which is ISC licensed