We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Revert 0835e7cc8518a6704334b909986e355f7b9a9bac ... b287a8f1a707dc51986165f3eca052792b33a84d
Changed CustomHttpHandlers to CustomErrorHttpHandlers
Updated Error Handling (markdown)
EndServiceStackRequest is obsolete. Use EndRequest.
Correct the link to IServiceRunner.cs
Update some source code examples according to the 4.0.8 API
Updating usage of Service Exception Handlers for v4.
After updating to latest version I needed to add httpReq, in my code..The HandleServiceExceptionDelegate delegate must have changed
Add doc snippet to clarify that ResponseStatus needs to be decorated with DataMember, if data-contract serialization attributes have been used on the Response.
Correct the invalid datatype 'TRequest' to T
Minor punctuation fixes