1.1.1 • Published 5 years ago

@maxdome/health-got v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Provides check function for health performing HTTP requests.

Usage

app.get('/health', require('@maxdome/health').controller({
  example: require('@maxdome/health-got')('http://example.com/'),
}));

Example response

{
  "example": {
    "method": "GET",
    "options": {
      "json": true
    },
    "status": "UP",
    "url": "http://example.com/"
  },
  "status": "UP"
}
1.1.1

5 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago