tinyhttp icon indicating copy to clipboard operation
tinyhttp copied to clipboard

πŸ¦„ 0-legacy, tiny & fast web framework as a replacement of Express

Results 27 tinyhttp issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** An adaper for Nest will let you use tinyhttp inside of Nest instead of Express. **Describe the solution you'd like**...

enhancement
help wanted
good first issue
new package
medium

Currently, ctrl+click on a `tinyhttp` export from VS Code goes to the `.d.ts` file instead of going to the function source code. Adding `"declarationMap": true` to `tsconfig.json` would generate `.js.map`...

enhancement

Closes #351 by un-defining the default server host name and adds a new test which passes on dual-stack machines. Sadly, this may not be testable on GitHub due to actions/virtual-environments#668.

**Describe the bug** If you create a basic server and don't specify an address to bind to, the server will bind to 0.0.0.0. On an OS with both IPv4 and...

bug

**Describe the bug** `res.redirect()` [uses `formatResponse()`](https://github.com/tinyhttp/tinyhttp/blob/ee8382b7b20b145c9ff64c0a9b58a565760854e9/packages/res/src/redirect.ts#L26-L39) to try and return an appropriate response based on the `Accept` header. However, it should be expected that not all requests will be from...

bug
pkg: res

The final goal is of this issue is to achieve ~80-100% coverage here's a todo list of things that require tests (based on the `__tests__` folder): > :warning: List is...

help wanted
good first issue
tests
easy

Create a real-world application, a Medium clone, according to [this repo](https://github.com/gothinkster/realworld) spec Stack: | tool | name | |------------|-----------------------------| | web framework | tinyhttp (obv) | | body parser |...

good first issue
examples
hard
hacktoberfest

**Is your feature request related to a problem? Please describe.** If an error occurs on subapp parent app `orError` is not called **Describe the solution you'd like** Handle subapps errors...

enhancement
core

[](https://issuehunt.io/r/talentlessguy/tinyhttp/issues/52) Jest contains a lot of useless polyfills and has a lot of functionality we don't use. Waiting for [uvu](https://github.com/lukeed/uvu) to write the migration guide, once it is ready will...

help wanted
tools setup
tests
hard
:dollar: Funded on Issuehunt

Now that `@tinyhttp/router` v1.0.5+ no longer depends on `http` module of Node.js, it should be very easy to implement basic Deno support for tinyhttp. Probably it would be cool to...

enhancement
help wanted
good first issue
medium