0.1.1 • Published 2 years ago

@mest-fe/request-id v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Request ID for Mest APIs

This repository integrates Mest internal environment variables and is not suitable for all nestjs projects.

request-id will create a unique id for each request as it comes in and write it to the header at the end of the request.

Usage

  1. Install: pnpm add @mest-fe/request-id
  2. Import and use it in your project:
import { RequestIdModule } from '@mest-fe/request-id'

@Module({
  imports: [RequestIdModule],
})
export class AppModule {}

LICENSE

MIT

0.1.1

2 years ago

0.1.1-dev.0

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago