Skip to content

Instantly share code, notes, and snippets.

@vansha
vansha / RestServiceExtensions.cs
Created August 26, 2012 20:02
ServiceStack RestService extension allowing to call REST services in a generic way.
namespace ServiceStack.Service
{
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using ServiceStack.Service;
using ServiceStack.ServiceClient.Web;
using ServiceStack.ServiceHost;