HttpServer constructor

HttpServer(
  1. HttpConfig _config
)

Implementation

HttpServer(this._config) {
  init();
}