Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(api-server): refactor NanotronClientRequest class
Refactor the NanotronClientRequest class in the api-server package. This commit adds a new property `remoteAddress` to store the remote address of the client. It also refactors the `getRemoteAddress` method to a private method `getRemoteAddress__` for internal use.
- Loading branch information