Implementing a Host - NancyFx/Nancy GitHub Wiki
This page contains implementation advice for view engines. It's work-in-progress
- The url of a Nancy request should always be url-decoded
- The query-string of a Nancy request should always be url-encoded
- Should set Content-Type of response sent by the host
- Should set Status of the response sent by the host
- Should set all cookies of the response sent by the host
- Should set all headers of the response sent by the host