Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Http Access Helper

Node.js microservice for checking HTTP resource availability

Getting Started

Installing

yarn install

Start

yarn start

The following environment variables are supported:

  1. HTTP_ACCESS_HELPER_PORT for customizing the server's port
  2. HTTP_ACCESS_HELPER_TIMEOUT for customizing request timeout.

Test

yarn test