update responses

This commit is contained in:
Luke Pulverenti
2016-11-12 02:45:06 -05:00
parent a855864207
commit 6865bb5353
3 changed files with 27 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ namespace ServiceStack.Host
serializer(response, responseStream);
}
private Action<object, Stream> GetStreamSerializer(string contentType)
public static Action<object, Stream> GetStreamSerializer(string contentType)
{
switch (GetRealContentType(contentType))
{