5.1.0 • Published 9 months ago
@ogma/platform-tcp v5.1.0
@ogma/platform-tcp
The TcpParser parser for the OgmaInterceptor. This plugin class parses TCP request and response object to be able to successfully log the data about the request. For more information, check out the @ogma/nestjs-module documentation.
Installation
Nothing special, standard npm i @ogma/platform-tcp or yarn add @ogma/platform-tcp
Usage
This plugin is to be used in the OgmaInterceptorOptions portion of the OgmaModule during forRoot or forRootAsync registration. It can be used like so:
@Module(
OgmaModule.forRoot({
interceptor: {
rpc: TcpParser
}
})
)
export class AppModule {}5.1.0
9 months ago
5.0.1
2 years ago
5.0.0
2 years ago
4.0.2
3 years ago
4.0.1
3 years ago
4.0.0
3 years ago
3.0.1
4 years ago
3.0.0
4 years ago
2.0.0
4 years ago
1.0.0
5 years ago
0.4.3
5 years ago
0.4.2
5 years ago
0.4.1
5 years ago
0.4.0
5 years ago
0.3.1
5 years ago
0.3.0
5 years ago
0.2.2
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
6 years ago