forked from loafle/openapi-generator-original
Merge branch 'master' of github.com:wordnik/swagger-codegen
This commit is contained in:
commit
476aed7f5b
@ -61,6 +61,7 @@
|
|||||||
|
|
||||||
var client = WebRequest.Create(host + path + querystring);
|
var client = WebRequest.Create(host + path + querystring);
|
||||||
client.ContentType = "application/json";
|
client.ContentType = "application/json";
|
||||||
|
client.Method = method;
|
||||||
|
|
||||||
foreach (var headerParamsItem in headerParams)
|
foreach (var headerParamsItem in headerParams)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user