Book Image

Mastering ServiceStack

By : Andreas Niedermair
Book Image

Mastering ServiceStack

By: Andreas Niedermair

Overview of this book

Table of Contents (13 chapters)

Summary


In this chapter we covered the possibilities that ServiceStack offers us to extend the core functionality by extracting globally used logic and components to plugins. First, we discussed the creation along with examples of how to manipulate the host at certain phases, then the possibility of intercepting requests and responses with and finally we finished with a practical example of how to add services inside a plugin.