Skip to content

Issues: tower-rs/tower-http

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Metrics middleware A-new-middleware Area: new middleware proposals
#57 opened Feb 12, 2021 by davidpdrsn
1 of 4 tasks
Add regression test for directory traversal attack fixed in #204 C-enhancement Category: A PR with an enhancement or a proposed on in an issue. E-easy Call for participation: Experience needed to fix: Easy / not much E-help-wanted Call for participation: Help is requested to fix this issue.
#251 opened Apr 25, 2022 by davidpdrsn
lz4 compression/decompression
#382 opened Jul 2, 2023 by droundy
consider supporting custom mime type in serve_dir?
#500 opened Aug 2, 2024 by ibigbug
1 task done
Implement From<NonZeroI32> for GrpcCode
#505 opened Aug 29, 2024 by CodingAnarchy
1 task done
Remove implicit tokio feature breaking change A PR that makes a breaking change. E-easy Call for participation: Experience needed to fix: Easy / not much T-release Topic: releases
#511 opened Sep 5, 2024 by jplatte
Health check leaf service A-new-leaf-service Area: new leaf service proposals
#60 opened Feb 12, 2021 by davidpdrsn
Add an example for a Client E-help-wanted Call for participation: Help is requested to fix this issue. E-medium Call for participation: Experience needed to fix: Medium / intermediate T-docs Topic: documentation
#288 opened Aug 11, 2022 by markdingram
Support configurable backend for ServeDir C-feature-request Category: A feature request, i.e: not implemented / a PR. E-hard Call for participation: Experience needed to fix: Hard / a lot
#309 opened Dec 2, 2022 by davidpdrsn
Use sendfile syscall in ServeFile C-feature-request Category: A feature request, i.e: not implemented / a PR. E-hard Call for participation: Experience needed to fix: Hard / a lot S-blocked Status: marked as blocked ❌ on something else such as a PR or other implementation work.
#381 opened Jun 28, 2023 by YuzhongHuangCS
Allow ServeDir to rewrite path to include .html C-feature-request Category: A feature request, i.e: not implemented / a PR. T-middleware Topic: middleware
#383 opened Jul 8, 2023 by jdukewich
ServeDir::try_call does not propagate result as documented C-bug Category: This is a bug.
#412 opened Sep 23, 2023 by Pistonight
ServeFile is slower than simply reading a file C-request Category: A non-feature request, e.g.: metadata updates, optimization suggestion, etc. E-medium Call for participation: Experience needed to fix: Medium / intermediate
#480 opened Mar 9, 2024 by ConsoleC137
1 task done
"Example server" example in the docs doesn't actually run a server. C-bug Category: This is a bug. E-help-wanted Call for participation: Help is requested to fix this issue. T-docs Topic: documentation
#509 opened Sep 5, 2024 by kevincox
FollowRedirect: Move Policy::clone_body to a separate trait E-hard Call for participation: Experience needed to fix: Hard / a lot I-needs-decision Issues in need of decision.
#125 opened Aug 21, 2021 by tesaguri
Rewrite tracing middleware breaking change A PR that makes a breaking change. C-musings Category: musings about a better world E-hard Call for participation: Experience needed to fix: Hard / a lot T-middleware Topic: middleware
#365 opened May 3, 2023 by jplatte
ServeDir lacks the Last-Modified response header C-feature-request Category: A feature request, i.e: not implemented / a PR.
#411 opened Sep 23, 2023 by photino
RequestBodyLimit custom response C-feature-request Category: A feature request, i.e: not implemented / a PR. T-middleware Topic: middleware
#417 opened Sep 29, 2023 by yokomizor
ProTip! Exclude everything labeled bug with -label:bug.