This repository has been archived by the owner on Jan 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Lifecycle of a Nancy Application
Eric Domke edited this page Jun 16, 2017
·
1 revision
Here you can download a PDF document that charts the lifecycle of every Nancy application, from receiving the HTTP request to sending the HTTP response back to the client. Relative to the ASP.NET MVC Lifecycle, the Nancy appliction lifecycle is both fairly simple and highly extensible. These extension points are documented in other wiki articles such as
- Managing static content with StaticContentsConventions
- The application Before, After and OnError pipelines
-
Defining routes (A sample
INancyModuleBuilder
is demonstrated in Nancy and New Relic) - The before and after module hooks
- Content negotiation with covers IResponseProcessors
- Generating a custom error page with IStatusCodeHandler(s)
- Introduction
- Exploring the Nancy module
- Routing
- Taking a look at the DynamicDictionary
- Async
- View Engines
- Using Models
- Managing static content
- Authentication
- Lifecycle of a Nancy Application
- Bootstrapper
- Adding a custom FavIcon
- Diagnostics
- Generating a custom error page
- Localization
- SSL Behind Proxy
- Testing your application
- The cryptography helpers
- Validation
- Hosting Nancy with ASP.NET
- Hosting Nancy with WCF
- Hosting Nancy with Azure
- Hosting Nancy with Suave.IO
- Hosting Nancy with OWIN
- Hosting Nancy with Umbraco
- Hosting Nancy with Nginx on Ubuntu
- Hosting Nancy with FastCgi
- Self Hosting Nancy
- Implementing a Host
- Accessing the client certificate when using SSL
- Running Nancy on your Raspberry Pi
- Running Nancy with ASP.NET Core 3.1