diff --git a/src/middlewares/presentation.ts b/src/middlewares/presentation.ts index 3792a6f..49f132c 100644 --- a/src/middlewares/presentation.ts +++ b/src/middlewares/presentation.ts @@ -2,7 +2,8 @@ import { createMiddleware } from "hono/factory"; export type PresentationType = "terminal" | "browser"; -const TERMINAL_USER_AGENT = /^(curl|wget|python-urllib|pycurl|java)/i; +const TERMINAL_USER_AGENT = + /^(curl|wget|python-urllib|pycurl|java|go-http-client|php)/i; const presentation = createMiddleware<{ Variables: {