aboutsummaryrefslogtreecommitdiff
path: root/ServiceStack/Host
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-12 02:45:06 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-12 02:45:06 -0500
commit6865bb53530abbf703b590dd39cfa27274b03107 (patch)
tree8be5b428ea0a5200937ffea978f62b29c40e726b /ServiceStack/Host
parenta855864207fe3ed0ac9b4d648617bb1cb39df3f3 (diff)
update responses
Diffstat (limited to 'ServiceStack/Host')
-rw-r--r--ServiceStack/Host/ContentTypes.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ServiceStack/Host/ContentTypes.cs b/ServiceStack/Host/ContentTypes.cs
index 8840e7c8b..f7734a36b 100644
--- a/ServiceStack/Host/ContentTypes.cs
+++ b/ServiceStack/Host/ContentTypes.cs
@@ -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))
{