fastagent
Fast nodejs http/https client
Fast nodejs http/https client
Assisted swagger response generation for objects and arrays, following the swagger definition file.
Expressive JSON generator for generating JSON responses easily
serverless utilities
response format
Simple Server that response JSON objects
Add sending of events requests with a response to any data channel implementing send and .on('message')
parse a stream correctly (according to the content-type) using raw-body
Validates a json response against an OpenApi 3 specification
A helper for the express framework responses
Simple JavaScript Framework to build lightning fast CSRs using any template engine
Abstract distributed-framework request / reponse message pattern implementation
package to create a custom response in json format
Parse js Exceptions and Http responses to readable and standardized objects
Typesafe Electron IPC modules
Request/Respons Redis pubsub wrapper
Because throw/catch is not always best
set header with name:_base64_ when need encode request body. when response is base64 auto decode.
common request, response, body, query, and param validation, transformation, and flow control middleware
### JsonResponse ```typescript @Controller() @UseInterceptors(ClassSerializerInterceptor) export class HelloController { @Get('hello') public async hello(): Promise<JsonResponse<string>> { return new JsonResponse<string>( "Hell