1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2024-11-24 08:32:19 +02:00

fix url to caddy proxy server repository

wrong url of caddy cross-platform HTTP/2 web server
This commit is contained in:
dvlop 2022-03-15 00:41:39 +02:00 committed by GitHub
parent 2d7b6f0d02
commit 5c3dbef58b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,7 +188,7 @@ This list contains Golang libraries related to web scraping and data processing
## Proxy Server
* [gin](https://github.com/codegangsta/gin) - Live reload utility for Go web servers.
* [Caddy](https://github.com/mholt/caddy) - Fast, cross-platform HTTP/2 web server with automatic HTTPS, also can serve as a reverse proxy server.
* [Caddy](https://github.com/caddyserver/caddy) - Fast, cross-platform HTTP/2 web server with automatic HTTPS, also can serve as a reverse proxy server.
## Other Golang lists