Highlights
- 4 discussions answered
Pinned
2,677 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created 25 commits in 1 repository
Created a pull request in tokio-rs/axum that received 3 comments
Add RouteDsl::or to combine routes
With this you'll be able to do: let one = route("/foo", get(|| async { "foo" })) .route("/bar", get(|| async { "bar" })); let two = route("/baz", get(
+393
−5
•
3
comments
Opened 17 other pull requests in 1 repository
tokio-rs/axum
4
open
13
merged
-
Remove
QueryStringMissingas it was no longer being used - Change WebSocket API to use an extractor
-
Fix
ServiceExt::handle_errorfootgun -
Deprecate
QueryStringMissing -
Replace
hyper::Serverwithaxum::Serverin docs -
Break up
extract.rs - Make it clear how to run all examples
-
Fix stripping prefix when nesting at
/ -
Support returning any
http_body::BodyfromIntoResponse - Version 0.1.2
- Including tracing setup in all examples
- Mention required dependencies in docs
- Fix websockets failing on Firefox
- Server-Sent Events
-
Improve error message of
MissingExtensionrejections - Improve documentation for router
-
Clarify required response body type when routing to
tower::Services
Reviewed 18 pull requests in 2 repositories
tokio-rs/axum 17 pull requests
- Set RUST_LOG environment var for all examples using tracing
-
Add
RouteDsl::orto combine routes - Fix query extractor given an bad request error when query string is empty.
-
Replace
hyper::Serverwithaxum::Serverin docs - Make ws::Message an enum for easier frame type matching
- Re-export http crate and hyper::Server.
- Tell clippy about MSRV
- Fix typos found by typos-cli
- fix(examples/chat): destructuring tupled struct
- Remove unused imports from example
- Add 404 page example
-
Use
pin-project-liteinstead ofpin-project - Add support for WebSocket protocol negotiation.
- Add chat example documentation.
- add chat example
- Changed http-body dependency version to 0.4.2
- Fix docs in service/mod.rs
tower-rs/tower-http 1 pull request
Created an issue in tokio-rs/axum that received 12 comments
GraphQL example
Would be nice to provide an example of setting up a basic GraphQL server. Don't think it matters if the example uses async-graphql or juniper. I ex…
12
comments
Opened 9 other issues in 2 repositories
tokio-rs/axum
5
open
3
closed
- CI doesn't seems to not actually run for MSRV
- Bring websocket handling more inline with handler API
- Make it possible to merge routes
- Confusing type error if routing to handler and service who's error types don't match
-
nest("/", handler)strips leading slash - Make routing setup for SPAs easier
-
WebSocketHandler::callshould be allowed to fail - Improve documentation for router
tower-rs/tower-http
1
open
Answered 1 discussion in 1 repository
23
contributions
in private repositories
Aug 2 – Aug 5
