public ResponseBuilder Return(string body) { var bufferedBody = new BufferedBody(body); _contentLength = bufferedBody.Length; _response = bufferedBody; return this; }
public ResponseBuilder Return(string body) { var bufferedBody = new BufferedBody(body); _contentLength = bufferedBody.Length; _response = bufferedBody; return(this); }