mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 19:37:06 +00:00
Merge branch 'master' of github.com:wordnik/swagger-codegen
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
|
||||
var client = WebRequest.Create(host + path + querystring);
|
||||
client.ContentType = "application/json";
|
||||
client.Method = method;
|
||||
|
||||
foreach (var headerParamsItem in headerParams)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user