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 37c086c commit df18f10Copy full SHA for df18f10
http-generator-client/src/main/java/io/avaje/http/generator/client/ClientMethodWriter.java
@@ -86,10 +86,10 @@ void write() {
86
87
writeHeaders();
88
writePaths(segments);
89
- timeout.ifPresent(this::writeTimeout);
90
writeQueryParams(pathSegments);
91
writeBeanParams(pathSegments);
92
writeFormParams(pathSegments);
+ timeout.ifPresent(this::writeTimeout);
93
writeBody();
94
writeEnd();
95
}
0 commit comments