Example #1
0
 public static TextWebServerResponse Text(string text, string contentType) => TextWebServerResponse.FromString(text, contentType);
Example #2
0
 public static TextWebServerResponse Text(string text) => TextWebServerResponse.FromString(text);