tag
Returns the tag attached with T as a key, or null if no tag is attached with that key.
Attaches tag to the request using T as a key. Tags can be read from a request using Taggable.tag. Use null
to remove any existing tag assigned for T.
Use this API to attach debugging or other application data to a spec so that you may read it in other APIs or callbacks.