module-ballerina-http
module-ballerina-http copied to clipboard
Ballerina HTTP Module
## Purpose > $Subject Fixes: https://github.com/ballerina-platform/ballerina-library/issues/6491 ## Examples - Client side: ```bal http:StatusCodeClient clientEP = check new("localhost:9090/api"); OkAlbumArray|http:DefaultStatusCodeResponse|error res = clientEP->/albums; type DefaultErrorResponse record {| *http:DefaultStatusCodeResponse; DefaultErrorMessage body; DefaultHeaders headers;...
## Purpose $title. please refer to the below proposal. https://github.com/ballerina-platform/ballerina-library/issues/6111 ## Examples ## Checklist - [ ] Linked to an issue - [ ] Updated the changelog - [ ]...
## Purpose > $Subject Fixes: https://github.com/ballerina-platform/ballerina-library/issues/6547 ## Examples See the issue for more details ## Checklist - [x] Linked to an issue - [x] Updated the changelog - [ ]...