-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce DefaultStatusCodeResponse
#2002
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2002 +/- ##
============================================
+ Coverage 80.96% 80.99% +0.02%
Complexity 562 562
============================================
Files 389 390 +1
Lines 21614 21677 +63
Branches 4979 5003 +24
============================================
+ Hits 17500 17557 +57
- Misses 3101 3107 +6
Partials 1013 1013 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a minor comment. LGTM
Co-authored-by: Dilan Sachintha Nayanajith <[email protected]>
Please retry analysis of this Pull-Request directly on SonarCloud |
native/src/main/java/io/ballerina/stdlib/http/api/nativeimpl/StatusCodeBindingException.java
Outdated
Show resolved
Hide resolved
…t-status-res # Conflicts: # ballerina-tests/http-advanced-tests/Ballerina.toml # ballerina-tests/http-client-tests/Ballerina.toml # ballerina-tests/http-dispatching-tests/Ballerina.toml # ballerina-tests/http-interceptor-tests/Ballerina.toml # ballerina-tests/http-misc-tests/Ballerina.toml # ballerina-tests/http-resiliency-tests/Ballerina.toml # ballerina-tests/http-security-tests/Ballerina.toml # ballerina-tests/http-service-tests/Ballerina.toml # ballerina-tests/http2-tests/Ballerina.toml # ballerina/Ballerina.toml # ballerina/CompilerPlugin.toml # changelog.md
Quality Gate passedIssues Measures |
Purpose
Fixes: ballerina-platform/ballerina-library#6491
Examples
Client side:
Service side:
Checklist
Updated the spec- will be addressed via Update HTTP spec with the status code response binding in the client side ballerina-library#6289