telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
VibedHttpClient
telega
drivers
vibe
Undocumented in source.
static if
(
HaveVibedDriver
)
class
VibedHttpClient :
HttpClient
{
string
sendGetRequest
(string url);
string
sendPostRequestJson
(string url, string bodyJson);
}
Members
Functions
sendGetRequest
string
sendGetRequest
(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
sendPostRequestJson
string
sendPostRequestJson
(string url, string bodyJson)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From HttpClient
sendGetRequest
string
sendGetRequest
(string url)
Undocumented in source.
sendPostRequestJson
string
sendPostRequestJson
(string url, string bodyJson)
Undocumented in source.
Meta
Source
See Implementation
telega
drivers
vibe
classes
VibedHttpClient
manifest constants
HaveVibedDriver