hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
CommonUtil
hunt
http
Util
struct
CommonUtil {
static
ScheduledThreadPoolExecutor
scheduler
();
static
void
stopScheduler
();
static
string
toRFC822DateTimeString
(SysTime systime);
}
Members
Static functions
scheduler
ScheduledThreadPoolExecutor
scheduler
()
Undocumented in source. Be warned that the author may not have intended to support it.
stopScheduler
void
stopScheduler
()
Undocumented in source. Be warned that the author may not have intended to support it.
toRFC822DateTimeString
string
toRFC822DateTimeString
(SysTime systime)
convert time to RFC822 format string
Meta
Source
See Implementation
hunt
http
Util
structs
CommonUtil