17.73. RequestHeader

Standard header expected to be attached to all requests.

Copy
Copied!
            

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


17.73.1.1. api_version

type: message

Version of the API expected to handle the request.

See Version for details.

17.73.1.2. user_agent

type: string

Name of the agent interacting with Clara Deploy SDK

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