Book Image

ServiceStack 4 Cookbook

Book Image

ServiceStack 4 Cookbook

Overview of this book

Table of Contents (18 chapters)
ServiceStack 4 Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 2. Services and Data Transfer Objects

In this chapter, we will cover the following topics:

  • Creating a basic create/read/update/delete

  • Splitting HTTP request methods

  • Hosting services from different assemblies

  • Utilizing the original HTTP request

  • Overriding serialization of request object types

  • Creating a simple admin service

  • Intercepting requests and responses using attributes

  • Making a basic proxy for existing web services

  • Wrapping multiple existing services and exposing them through ServiceStack