hunt.trace.v2api.HttpClient

Undocumented in source.

Members

Functions

b3Get
bool b3Get(string url, string[string] in_headers, string[string] out_headers, string result)
Undocumented in source. Be warned that the author may not have intended to support it.
b3Get
bool b3Get(string url, string result, string[string] in_headers)
Undocumented in source. Be warned that the author may not have intended to support it.
b3Post
bool b3Post(string url, string text, string result, string content_type, string[string] in_headers)
Undocumented in source. Be warned that the author may not have intended to support it.
b3Post
bool b3Post(string url, string text, string content_type, string[string] in_headers, string result, string[string] out_headers)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

CONTENT_ENCODE
enum CONTENT_ENCODE;
Undocumented in source.
CONTENT_JSON
enum CONTENT_JSON;
Undocumented in source.
CONTENT_PLAIN
enum CONTENT_PLAIN;

/ b3 header https://github.com/openhunt.trace/b3-propagation

Meta