hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
ExtensionFactory
hunt
http
codec
websocket
model
extension
ExtensionFactory
Undocumented in source.
abstract
class
ExtensionFactory {
this
();
bool
isAvailable
(string name);
Extension
newInstance
(ExtensionConfig config);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
isAvailable
bool
isAvailable
(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
newInstance
Extension
newInstance
(ExtensionConfig config)
Undocumented in source.
Meta
Source
See Implementation
hunt
http
codec
websocket
model
extension
ExtensionFactory
classes
ExtensionFactory