Skip to content

Instantly share code, notes, and snippets.

@LlorandoLau
Created May 6, 2020 17:39
Show Gist options
  • Save LlorandoLau/d6c142b7958d48ce9116b61d68841283 to your computer and use it in GitHub Desktop.
Save LlorandoLau/d6c142b7958d48ce9116b61d68841283 to your computer and use it in GitHub Desktop.
PS E:\github\ftgo-application> curl http://localhost:8099/actuator/health
StatusCode : 200
StatusDescription :
Content : {123, 34, 115, 116...}
RawContent : HTTP/1.1 200
Transfer-Encoding: chunked
Content-Type: application/vnd.spring-boot.actuator.v2+json;charset=UTF-8
Date: Wed, 06 May 2020 17:26:50 GMT
{"status":"UP","details":{"binlogEntryReader...
Headers : {[Transfer-Encoding, chunked], [Content-Type, application/vnd.spring-boot.actuator.v2+json;charset=UTF-8], [Date, Wed, 06 May 2020 17:26:50 GMT]}
RawContentLength : 523
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment