-
** Affected version **
"@polka/send-type": "0.5.2",
"polka": "0.5.2"
**Steps to reproduce:**
1. Start polka webserver:
```
const polka = require('polka');
const send = require('@polka/send-…
-
By default the node adaptor should compress responses, right now it does not. Compared to sapper this is a regression.
-
I want to log the processing-elapsed-time and response body.
Is there have something like a after-response-hook?
-
Hi
every time i try to send this comes up **balances.transferKeepAlive** could you please tell what it is and how to fix it
please help
-
We've been experiencing serious timeouts fetching blocks on 9.2.0 and 10.0.0 after runtime v9100/v9110 went live.
Example:
```
"0262c8","2021-10-15T01:10:52Z","2021-10-15 01:10:52 error: GET /b…
-
How do you add a 404 page? I'm really sorry if I'm missing something obvious.
flauc updated
3 years ago
-
I use polka in my sapper app.
In `server.js` I have something like
```
polka()
.use(function(req, res, next){
console.log(`~> Received ${req.method} on ${req.url}`);
…
-
# Description
Importing EditorJs from '@editorjs/editorjs' after installing npm package results development server crash. It also sometimes said that maximum call stack exceeded.
Also tried building…
-
> Just brainstorming; nothing may actually come out of this!
I've been looking at the `ServerRequest` and `ServerResponse` interfaces a lot lately & wondering if they should even be here 🤔
# Ba…
-
Just out of curiosity, what are the maintainers plan with tinyhttp regarding features and/or performance when comparing to Polka?
Thanks!