UNPKG

fastify-uws

Version:

A performant HTTP and WebSocket server for Fastify with uWebSockets.

28 lines (27 loc) 1.3 kB
export declare const ERR_INVALID_METHOD: import('@fastify/error').FastifyErrorConstructor<{ code: "HPE_INVALID_METHOD"; }, [any?, any?, any?]>; export declare const ERR_HEAD_SET: import('@fastify/error').FastifyErrorConstructor<{ code: "ERR_HEAD_SET"; }, [any?, any?, any?]>; export declare const ERR_ADDRINUSE: import('@fastify/error').FastifyErrorConstructor<{ code: "EADDRINUSE"; }, [any?, any?, any?]>; export declare const ERR_UPGRADE: import('@fastify/error').FastifyErrorConstructor<{ code: "ERR_UPGRADE"; }, [any?, any?, any?]>; export declare const ERR_STREAM_DESTROYED: import('@fastify/error').FastifyErrorConstructor<{ code: "ERR_STREAM_DESTROYED"; }, [any?, any?, any?]>; export declare const ERR_UWS_APP_NOT_FOUND: import('@fastify/error').FastifyErrorConstructor<{ code: "ERR_UWS_APP_NOT_FOUND"; }, [any?, any?, any?]>; export declare const ERR_ENOTFOUND: import('@fastify/error').FastifyErrorConstructor<{ code: "ERR_ENOTFOUND"; }, [any?, any?, any?]>; export declare const ERR_SOCKET_BAD_PORT: import('@fastify/error').FastifyErrorConstructor<{ code: "ERR_SOCKET_BAD_PORT"; }, [any?, any?, any?]>; export declare const ERR_SERVER_DESTROYED: import('@fastify/error').FastifyErrorConstructor<{ code: "ERR_SERVER_DESTROYED"; }, [any?, any?, any?]>;