-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4568 from dilanSachi/http-bbes
Update http bbes with latest changes
- Loading branch information
Showing
7 changed files
with
47 additions
and
53 deletions.
There are no files selected for viewing
19 changes: 10 additions & 9 deletions
19
examples/http-default-error-handling/http_default_error_handling.client.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
$ curl -v localhost:9090/artist | ||
* Trying ::1... | ||
* Trying 127.0.0.1:9090... | ||
* TCP_NODELAY set | ||
* Connected to localhost (::1) port 9090 (#0) | ||
* Connected to localhost (127.0.0.1) port 9090 (#0) | ||
> GET /artist HTTP/1.1 | ||
> Host: localhost:9090 | ||
> User-Agent: curl/7.64.1 | ||
> User-Agent: curl/7.68.0 | ||
> Accept: */* | ||
> | ||
> | ||
* Mark bundle as not supporting multiuse | ||
< HTTP/1.1 502 Bad Gateway | ||
< content-type: text/plain | ||
< content-length: 35 | ||
< content-type: application/json | ||
< content-length: 210 | ||
< server: ballerina | ||
< date: Wed, 21 Dec 2022 13:30:30 +0530 | ||
< | ||
< date: Fri, 16 Jun 2023 10:40:52 +0530 | ||
< | ||
* Connection #0 to host localhost left intact | ||
Something wrong with the connection | ||
{"timestamp":"2023-06-16T05:10:52.220224Z", "status":502, "reason":"Bad Gateway", "message":"Something wrong with the connection: Connection refused: localhost/127.0.0.1:9091", "path":"/artist", "method":"GET"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters