You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Many TO Client objects are missing Nullable objects, and missing returning ReqInf.
We need to go through and add all of these, and mark functions missing either as // Deprecated.
Nullable objects are necessary to distinguish missing from empty values, and ReqInf is necessary for clients to get the IP (which is important to users, if there's an error or unexpected behavior, and TO is behind a GSLB).
Many TO Client objects are missing Nullable objects, and missing returning ReqInf.
We need to go through and add all of these, and mark functions missing either as
// Deprecated.Nullable objects are necessary to distinguish missing from empty values, and
ReqInfis necessary for clients to get the IP (which is important to users, if there's an error or unexpected behavior, and TO is behind a GSLB).