Correctly generate http response codes (#1405)
* Correctly generate http response codes http response codes will be: * `@httpResponseCode` if set * `@http`'s code, if `@httpResponseCode` is not set * the default one, if neither of the above are set @httpResponseCode honors @required and generates code that doesn't use Option when applied. Closes: #1229
Loading
Please register or sign in to comment