(key: HttpHeader)
| 57 | getHeaders(): Record<HttpHeader, number | string | string[] | undefined>; |
| 58 | removeHeader(key: HttpHeader): FastifyReply<RouteGeneric, RawServer, RawRequest, RawReply, ContextConfig, SchemaCompiler, TypeProvider>; |
| 59 | hasHeader(key: HttpHeader): boolean; |
| 60 | redirect(url: string, statusCode?: number): FastifyReply<RouteGeneric, RawServer, RawRequest, RawReply, ContextConfig, SchemaCompiler, TypeProvider>; |
| 61 | writeEarlyHints(hints: Record<string, string | string[]>, callback?: () => void): void; |
| 62 | hijack(): FastifyReply<RouteGeneric, RawServer, RawRequest, RawReply, ContextConfig, SchemaCompiler, TypeProvider>; |
no outgoing calls
no test coverage detected