Skip to content
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

use http.FileSystem interface and support 3rd party implementation #1362

Closed
yankeguo opened this issue Jul 6, 2019 · 3 comments
Closed

use http.FileSystem interface and support 3rd party implementation #1362

yankeguo opened this issue Jul 6, 2019 · 3 comments

Comments

@yankeguo
Copy link

yankeguo commented Jul 6, 2019

Golang provides a interface http.FileSystem and and a method http.Dir to abstract static file serving.

Iis it possible to refine static middleware with support of http.FileSystem, thus 3rd party http.FileSystem implementation (embedded file system) can integrate with Echo ?

@yankeguo yankeguo mentioned this issue Jul 6, 2019
@stale
Copy link

stale bot commented Sep 4, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@pafuent
Copy link
Contributor

pafuent commented Jun 6, 2021

Just reopening to close it as fixed

@pafuent pafuent reopened this Jun 6, 2021
@pafuent pafuent removed the wontfix label Jun 6, 2021
@pafuent
Copy link
Contributor

pafuent commented Jun 6, 2021

Fixed by #1797

@pafuent pafuent closed this as completed Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants