Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 659 Bytes

File metadata and controls

19 lines (12 loc) · 659 Bytes

Base setup

Basic setup for analyzing the order of operations in ServiceStack

About this demo

Inspect Program.cs for yourself. This is mostly an analysis of how all the AppHost overrides allow you to manipulate the request/response objects.

Refer to the documentation at http://docs.servicestack.net/order-of-operations for the details.

Run this demo

cd demo_order_of_operations
dotnet restore
dotnet run # or dotnet watch

Analyze the "orderofoperations.txt" file at the root of the project (the data returned in the browser is incomplete, as it doesn't include behaviors after the response has already been written).