We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21711e4 commit b506895Copy full SHA for b506895
1 file changed
modules/jooby-openapi/src/main/java/io/jooby/internal/openapi/asciidoc/HttpRequest.java
@@ -74,6 +74,10 @@ public List<String> getConsumes() {
74
return operation.getConsumes();
75
}
76
77
+ public Map<String, Object> getExtensions() {
78
+ return operation.getExtensions();
79
+ }
80
+
81
@Override
82
public ParameterList getHeaders() {
83
return new ParameterList(
0 commit comments