Update README.md

This commit is contained in:
Domingo Dirutigliano
2022-07-03 19:00:20 +02:00
committed by GitHub
parent 758ed8b882
commit 06d44df577

View File

@@ -16,7 +16,7 @@ For each service created this module create a Thread that manage all the complex
Firegex is reliable thanks to the fact that it's proxy it's not a python proxy, but it it's wrote in c++ using boost lib. This allow to have an high efficency proxy and high efficency regex filter match. A python wrapping and ubstraction module allow the use of this binary, that it's not been thought to be easy to use for humans. The wrapper allow to have from the binary all the needed statistics, and update it's status and it's regex without any downtime of the service: the changes are catched and executed during the execution of the proxy. Firegex is reliable thanks to the fact that it's proxy it's not a python proxy, but it it's wrote in c++ using boost lib. This allow to have an high efficency proxy and high efficency regex filter match. A python wrapping and ubstraction module allow the use of this binary, that it's not been thought to be easy to use for humans. The wrapper allow to have from the binary all the needed statistics, and update it's status and it's regex without any downtime of the service: the changes are catched and executed during the execution of the proxy.
### All the documentation of the API you can go to /docs path and see the automatic onfiguration generated by FastAPI ### All the documentation of the API you can go to `/docs` path and see the automatic documentation generated by FastAPI
## [GO BACK](../README.md) ## [GO BACK](../README.md)