Stuart Moncrieff
Stuart Moncrieff
Thank you @yusukebe! I appreciate you looking at this issue so quickly, and I have been really enjoying using Hono for the first time.
Just in case anyone else has the same problem, and can't wait until the next release of @hono/node-server, here is my work-around... ```JavaScript import { serve } from '@hono/node-server' //...
Another REST API that includes the ApiKey in the POST body is the NeoLoad Data Exchange API: (see the "Create a session with an API Key" example).
I was going to raise a feature request related to disabling status code coloring too! The Debug Console in VS Code does not support the ANSI escape codes that are...
I guess that neither of us checked what the default logger output looked like on CloudFlare Workers before commenting. Your reading of `getColorEnabled()` matches mine: - Node.js and Bun have...