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