http-server icon indicating copy to clipboard operation
http-server copied to clipboard

A small application with no dependencies to expose a local folder as an HTTP server. It includes a file explorer and a Markdown renderer.

Results 10 http-server issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.7.0 to 1.7.1. Commits c15e394 Merge pull request #448 from movsb/fix-attribute-string e405d57 make SetAttributeString() accept both []byte and string ce6424a Merge pull request #446 from mr-chelyshkin/goldmark-tgmd 09afa2f...

Stale
dependencies
go

Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.19.0 to 10.20.0. Release notes Sourced from github.com/go-playground/validator/v10's releases. Release 10.20.0 What's Changed Fix ULID should case-insensitive by @​akayj in go-playground/validator#1258 feat: add base32 validator tag by...

dependencies
go

Bumps the go_modules group with 1 update: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.21.0 to 0.23.0 Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections...

dependencies
go

Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.7 to 1.17.8. Release notes Sourced from github.com/klauspost/compress's releases. v1.17.8 What's Changed zstd: Reject blocks where reserved values are not 0 by @​klauspost in klauspost/compress#885 zstd: Add...

dependencies
go

Say I have a local filesystem with ``` . ├── a.yaml ├── b.yaml └── c └── d.yaml ``` Running `curl localhost:5000` currently outputs something like: ```bash HTTP File Server HTTP...

enhancement
help wanted

I'd love to use the server on my low-ram (512MB) vps. It works nicely with smaller files, but when attempting to download a 200MB file it fails: 'fatal error: runtime:...

bug
enhancement

From a person using this: after using HTTrack to get a static copy of a website served by `http-server`, they noticed the `content-type` meta tag was not present, so `httrack`...

bug

It would be a good starting point to return the file and, if 404 and SPA mode is enabled, then return the index page.

enhancement
help wanted

Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.9 to 1.17.10. Release notes Sourced from github.com/klauspost/compress's releases. v1.17.10 What's Changed gzhttp: Add TransportAlwaysDecompress option. by @​klauspost in klauspost/compress#978 s2: Add EncodeBuffer buffer recycling callback by...

dependencies
go

[Like Netlify, we should support a file called `_redirects`](https://docs.netlify.com/routing/redirects/) that should be formatted like this: ``` /foo/ /foo-bar/ # redirects any request starting with /foo/ to the same request into...

enhancement
help wanted