diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-12 02:45:06 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-12 02:45:06 -0500 |
| commit | 6865bb53530abbf703b590dd39cfa27274b03107 (patch) | |
| tree | 8be5b428ea0a5200937ffea978f62b29c40e726b /ServiceStack/Host | |
| parent | a855864207fe3ed0ac9b4d648617bb1cb39df3f3 (diff) | |
update responses
Diffstat (limited to 'ServiceStack/Host')
| -rw-r--r-- | ServiceStack/Host/ContentTypes.cs | 2 |
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)) { |
