ServiceStack.PartialResponse
ServiceStack.PartialResponse copied to clipboard
Updated for ServiceStack 4.0
I updated this to work with servicestack 4.x...the majority of the work was switching over to using SS 4's IRequest object instead of IRequestContext/IHttpRequest in 3.x. Also updated the dependencies to the latest versions.
Cool, I'll take a look!
Hey @AnthonyCarl, curious if you have any plans on updating this to 4.x?
Thanks
I started a v2 branch to break out the parsing logic and such and then create adapters to the specific versions.