public HttpApiServer() : this(null) { mFileLog = new FileLog(); FrameSerializer = this; }
public HttpApiServer() : this(null) { mFileLog = new FileLog(); FrameSerializer = this; BodyProcessHandler = this; }