Made httpMethod in curl example actually upper case in html2 to support firefox (#5558) (#5705)

This commit is contained in:
Svarog
2017-05-26 12:19:09 +03:00
committed by wing328
parent e2c91967a1
commit 84df23f025
45 changed files with 373 additions and 43 deletions

View File

@@ -190,6 +190,8 @@ public class StaticHtml2Generator extends DefaultCodegen implements CodegenConfi
}
op.vendorExtensions.put("x-codegen-hasRequiredParams", lastRequired != null);
op.vendorExtensions.put("x-codegen-httpMethodUpperCase", httpMethod.toUpperCase());
return op;
}