arrowflight.types

D types for arrowflight1 library

Types 1

aliasHeaderFunc = void delegate(string name, string value)

It is called with each header name/value pair, together with the user_data parameter which is passed to [arrowflight.call_options.CallOptions.foreachHeader] and so on.

Parameters

nameA header name.
valueThe value corresponding to the name.

Variables 4

enumvarVERSION_MAJOR = 19

The major version.

enumvarVERSION_MICRO = 0

The micro version.

enumvarVERSION_MINOR = 0

The minor version.

enumvarVERSION_TAG = ""

The version tag. Normally, it's an empty string. It's "SNAPSHOT" for snapshot version.