hyperioxx / frontman

Frontman is an open-source API gateway written in Go that allows you to manage your microservices and expose them as a single API endpoint. It acts as a reverse proxy and handles requests from clients, routing them to the appropriate backend service.
https://frontman-labs.github.io/frontman/
GNU General Public License v3.0
5 stars 0 forks source link

httpClient embedded to backend #111

Closed amityahav closed 1 year ago

amityahav commented 1 year ago

Description

Removed refreshClients function, now each backend has its httpClient embedded #103

Added Features

Bug Fixes

Please mention the bugs / issues fixed with this PR

Breaking Changes

List any breaking changes introduced with this PR

Checklist:

CCOLLOT commented 1 year ago

@amityahav could you try to add a commit now?