(contentType: string)
| 62 | hijack(): FastifyReply<RouteGeneric, RawServer, RawRequest, RawReply, ContextConfig, SchemaCompiler, TypeProvider>; |
| 63 | callNotFound(): void; |
| 64 | type(contentType: string): FastifyReply<RouteGeneric, RawServer, RawRequest, RawReply, ContextConfig, SchemaCompiler, TypeProvider>; |
| 65 | serializer(fn: (payload: any) => string): FastifyReply<RouteGeneric, RawServer, RawRequest, RawReply, ContextConfig, SchemaCompiler, TypeProvider>; |
| 66 | serialize(payload: any): string | ArrayBuffer | Buffer; |
| 67 | class="cm">// Serialization Methods |
no outgoing calls
no test coverage detected