Skip to content
Unverified Commit 1f31eae3 authored by 82marbag's avatar 82marbag Committed by GitHub
Browse files

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
parent a5790f7e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment