Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fcoagz committed Sep 21, 2024
1 parent 1ef256c commit cf5685c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Some of the HTTP states that the server takes into account are:

- `504 Gateway Timeout`: Indicates that the server has not received a timely response from an upstream server, which may indicate connectivity problems.

## Install

```sh
pip install flask-server-status
```

## Use

- Import and configure FlaskStatus in your Flask application. You need a database to record the logs.
Expand Down
6 changes: 6 additions & 0 deletions README_ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Algunos de los estados de HTTP que el servidor toma en cuenta son:

- `504 Gateway Timeout`: Indica que el servidor no ha recibido una respuesta a tiempo de un servidor upstream, lo que puede indicar problemas de conectividad.

## Instalar

```sh
pip install flask-server-status
```

## Uso

- Importar y configurar FlaskStatus en tu aplicación Flask. Necesita una base de datos para registrar los registros.
Expand Down

0 comments on commit cf5685c

Please sign in to comment.