Using HTTP.jl as a static file server #979
phanos-engineer
started this conversation in
Show and tell
Replies: 2 comments
-
Related issue: #567 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I couldn't find any information in the documents but I was able to figure out a way to server static files. This allows you to serve a directory as a simple web server.
Assume you have these files to serve
So you have 4 directory depth. You can use
HTTP.serve
to serve your pageswhere the function
static_pages
is defined asThis will work but shouldn't be used for a production level server.
Beta Was this translation helpful? Give feedback.
All reactions