updated readme

This commit is contained in:
TomPallister
2016-09-07 21:57:46 +01:00
parent 4fdd694003
commit 912063fe77
2 changed files with 19 additions and 1 deletions

View File

@ -41,7 +41,6 @@ namespace Ocelot.Library.Middleware
var downstreamUrl = _urlReplacer.ReplaceTemplateVariable(downstreamRoute.Data);
//make a http request to this endpoint...maybe bring in a library
using (var httpClient = new HttpClient())
{
var httpMethod = new HttpMethod(context.Request.Method);