GitLfsHttpServer constructor
GitLfsHttpServer(
- String _hostname,
- int _port,
- SecurityContext _context
Implementation
GitLfsHttpServer(this._hostname, this._port, this._context) {
_log = Logger(tag);
}