serve-handler icon indicating copy to clipboard operation
serve-handler copied to clipboard

The foundation of `serve`

Results 92 serve-handler issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Not listening on tcp4 ``` $ serve -s build & $ sudo netstat -tlpn | grep node tcp6 0 0 :::5000 :::* LISTEN 2045/node ```

I'd like to host serve-handler with micro on http://mywebsite.com/files/.../... but if I do host it without any configs, 404 page appears.

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

It would be helpful to add some documentation regarding how multiple rewrite rules are handled. The current behaviour makes sense, but it wasn't obvious (to me anyway) how the rules...

Uses well-established [http-proxy](https://www.npmjs.com/package/http-proxy) to provide an option similar to `rewrite` that proxies requests to a different backend. Resolves #30. The new option would look like this: ``` { "proxy": [...

Hey, I noticed what looks like a bug with how leading slashes are processed. This [repository](https://github.com/ojeytonwilliams/serve-handler-bug) reproduces it. Once the micro server has started, if you go to http://localhost:3000//test/txt.txt you...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies