GitLfsHttpServer constructor

GitLfsHttpServer(
  1. String _hostname,
  2. int _port,
  3. SecurityContext _context
)

Implementation

GitLfsHttpServer(this._hostname, this._port, this._context) {
  _log = Logger(tag);
}