servest icon indicating copy to clipboard operation
servest copied to clipboard

🌾A progressive http server for Deno🌾

Results 9 servest issues
Sort by recently updated
recently updated
newest added

``` error: TS2739 [ERROR]: Type '{ localAddr: { transport: "tcp"; hostname: string; port: number; }; remoteAddr: { transport: "tcp"; hostname: string; port: number; }; rid: number; close(): void; closeWrite(): Promise;...

Mention that the same version of CORS middleware and Servest must be used.

deno v1.13.2, servest v1.3.4 ```js const form = await req.formData() const file = form.file('myfile') ``` In such a simple script, it is expected that 'file' object should xe an array...

How about adding a `next` argument for middleware? Sometimes it can be useful for a middleware awaiting the execution of all other middlewares. Eg. ```ts app.use(async (req, next) => {...

- [ ] Add cookie jar for agent (in-memory)

- [ ] serveStatic enhancement (#108) - [ ] CSRF - [x] CORS (Done #121) - [ ] CSP - [ ] session

- [x] Cache-Control header - 89e30c4 - a5d0fe3 - [x] Expires header - a5d0fe3 - [ ] Range request - [ ] Etag