-
-
Notifications
You must be signed in to change notification settings - Fork 984
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
[Feature Request]Static File serving #35
Comments
@netsharec I see what you mean. I'll add this function later today. |
Please allow it to take an http.FileSystem instead of directory so we can serve static files from memory. I often do that along with go-bindata. |
@fiorix good call |
Merged in #36 - see new |
@pkieltyka: Is it correct that this functionality doesn't exist anymore, but instead you have to follow this example? |
yep, thats correct |
When I'm using
chi
for a project with swagger-ui, I feel it is not so convenient for serving static files. What about adding the static file serving feature like this:The text was updated successfully, but these errors were encountered: