Standards & CompatibilityHTTP serverRoutingDefine routes in `Bun.serve` using static paths, parameters, and wildcardsCopy MarkdownOpenServerUse `Bun.serve` to start a high-performance HTTP server in BunCookiesWork with cookies in HTTP requests and responses using Bun's built-in Cookie API.