Overview
Httpbin-rs provides a series of HTTP request & response services powered by Rust and its HTTP frameworks.
API docs
Httpbin-rs provides many online API docs via features of poem-openapi
:
Implementations
Httpbin-rs is currently implemented by the following HTTP frameworks:
framework | url |
---|---|
poem-openapi | httpbin.rs |
poem | poem.httpbin.rs |
axum | axum.httpbin.rs |
actix-web | actix.httpbin.rs |
salvo | salvo.httpbin.rs |
rocket | rocket.httpbin.rs |
Contribution
Httpbin-rs is an open-source project and welcomes contributions. If you are familiar with any HTTP framework, please feel free to create a PR to improve httpbin-rs.