木杉

Results 26 comments of 木杉

Looks like this is an issue with the std/http module In nodejs, `res.end()` will get some useful information from `req.headers` and merge it into `res.headers`, while in deno `new Response()`...

This is my output, make sure you have local proxy turned off. ``` * Trying ::1:8080... * connect to ::1 port 8080 failed: Connection refused * Trying 127.0.0.1:8080... * Connected...

Sorry, it's not supported yet, but I've been trying to find a path that fits better with Deno Deploy. I don't think it's a good idea for Abc (or any...

Thank you for your interest in Abc! This is a relatively big change for me, and I will take this opportunity to redesign part of the API and release v2....

We can now experience `abc@v2` with the following code, but the current guide is still outdated. ```ts import { Application } from "https://raw.githubusercontent.com/zhmushan/abc/v2/mod.ts"; ```

@DreamTexX Sorry for being late, ideally we can customize the error logic through the following code, but obviously we can't now, I am pretty sure this is a **Bug**🤣 ```ts...

Below is my design: ```ts // session.ts export const key = Symbol("abc.session") interface SessionConfig { skipper: ... // required store: ... } // this func create a session mw export...

@LarsVomMars Sorry for late, thanks for your contribution. If you agree, I will make improvements directly on your branch, probably next week

Sorry, `abc` cannot currently be used with `vercel`.