18.73. RequestHeader

Standard header expected to be attached to all requests.

Copy
Copied!
            

message RequestHeader { Version api_version = 1; string user_agent = 2; }


18.73.1.1. api_version

type: message

Version of the API expected to handle the request.

See Version for details.

18.73.1.2. user_agent

type: string

Name of the agent interacting with Clara Deploy SDK

© Copyright 2018-2021, NVIDIA Corporation. All rights reserved. Last updated on Feb 1, 2023.