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 explored various options to inspect our service and website at runtime, drill down requests by adding custom steps, and improve performance by leveraging batching of requests and database access. Additionally, compression and formats with a smaller footprint were introduced to minimize the impact of request and response size.

In the next chapter, we will discuss the possibilities of make a documentation of your API available and customize the already available metadata page.