http-server
Here are 2,154 public repositories matching this topic...
-
Updated
Aug 29, 2020 - Python
The docs do not give a format option for iso date with microseconds. Is this possible?
-
Updated
Aug 10, 2020 - Python
-
Updated
Aug 19, 2020 - Erlang
-
Updated
Aug 11, 2020 - PHP
-
Updated
Aug 27, 2020 - C
-
Updated
Aug 30, 2020 - C++
-
Updated
Aug 31, 2020 - Go
-
Updated
Sep 1, 2020 - Java
-
Updated
Aug 29, 2020 - C++
In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));This is inspired by g
-
Updated
Aug 29, 2020 - C++
-
Updated
Aug 31, 2020 - Java
-
Updated
Aug 31, 2020 - TypeScript
-
Updated
May 1, 2020 - C++
-
Updated
Aug 30, 2020 - Java
-
Updated
Mar 3, 2020 - C++
Discoverabilith of middleware is not as good as it could be. We can create a middlewares page on the site documenting what we have available as well as a community section at the bottom where others can list their middlewares since a lot of our features come from middleware.
-
Updated
Dec 27, 2019 - Python
-
Updated
Aug 30, 2020 - C++
-
Updated
Sep 1, 2020 - C
-
Updated
Aug 25, 2020 - Ruby
-
Updated
Sep 1, 2020 - Java
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
Aug 31, 2020 - Rust
kotlin linting
Hi, when implementing http4k/http4k#435 I noticed the codebase does not have a linter set up - e.g. some files end with new lines and some don't.
I am not sure whether this is desired, I would be happy to participate if wanted.
Improve this page
Add a description, image, and links to the http-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the http-server topic, visit your repo's landing page and select "manage topics."


See the discussion here: https://caddy.community/t/v2-http-handlers-templates-functions-in-file-server-browse-template/9214
The
file_serverdirective has abrowseoption which enables a directory index to be served when a directory is requested. By default, this index is rendered using a template which can be [found in the cod