-
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 status code response binding in the client side #1915
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1915 +/- ##
============================================
- Coverage 81.78% 81.56% -0.22%
Complexity 562 562
============================================
Files 393 387 -6
Lines 21516 21401 -115
Branches 4802 4855 +53
============================================
- Hits 17597 17456 -141
- Misses 2925 2942 +17
- Partials 994 1003 +9 ☔ View full report in Codecov by Sentry. |
…e-binding # Conflicts: # ballerina-tests/http-advanced-tests/Ballerina.toml # ballerina-tests/http-advanced-tests/Dependencies.toml # ballerina-tests/http-client-tests/Ballerina.toml # ballerina-tests/http-client-tests/Dependencies.toml # ballerina-tests/http-dispatching-tests/Ballerina.toml # ballerina-tests/http-dispatching-tests/Dependencies.toml # ballerina-tests/http-interceptor-tests/Ballerina.toml # ballerina-tests/http-interceptor-tests/Dependencies.toml # ballerina-tests/http-misc-tests/Ballerina.toml # ballerina-tests/http-misc-tests/Dependencies.toml # ballerina-tests/http-resiliency-tests/Ballerina.toml # ballerina-tests/http-resiliency-tests/Dependencies.toml # ballerina-tests/http-security-tests/Ballerina.toml # ballerina-tests/http-security-tests/Dependencies.toml # ballerina-tests/http-service-tests/Ballerina.toml # ballerina-tests/http-service-tests/Dependencies.toml # ballerina-tests/http-test-common/Ballerina.toml # ballerina-tests/http-test-common/Dependencies.toml # ballerina-tests/http2-tests/Ballerina.toml # ballerina-tests/http2-tests/Dependencies.toml # ballerina/Ballerina.toml # ballerina/CompilerPlugin.toml # ballerina/Dependencies.toml
fe32314
to
929b1ed
Compare
f475b87
to
01bf7f3
Compare
native/src/main/java/io/ballerina/stdlib/http/api/nativeimpl/ExternResponseProcessor.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/http/api/nativeimpl/ExternResponseProcessor.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/http/api/nativeimpl/ExternResponseProcessor.java
Outdated
Show resolved
Hide resolved
Refactor Optional usage with streams
native/src/main/java/io/ballerina/stdlib/http/api/nativeimpl/ExternResponseProcessor.java
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
Purpose
Fixes: ballerina-platform/ballerina-library#6100
Examples
Checklist
Updated the spec- will be added via Update HTTP spec with the status code response binding in the client side ballerina-library#6289