From 836506527cfbe8abe1f1168bcfdab700c9bd5a35 Mon Sep 17 00:00:00 2001 From: Erik Pellizzon Date: Wed, 22 Jan 2025 15:03:58 +0100 Subject: [PATCH] Add GoProxy project (#5578) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62d85e34..f52bd4cf 100644 --- a/README.md +++ b/README.md @@ -2007,6 +2007,7 @@ _Libraries for working with various layers of the network._ - [gobgp](https://github.com/osrg/gobgp) - BGP implemented in the Go Programming Language. - [gopacket](https://github.com/google/gopacket) - Go library for packet processing with libpcap bindings. - [gopcap](https://github.com/akrennmair/gopcap) - Go wrapper for libpcap. +- [GoProxy](https://github.com/elazarl/goproxy) - A library to create a customized HTTP/HTTPS proxy server using Go. - [goshark](https://github.com/sunwxg/goshark) - Package goshark use tshark to decode IP packet and create data struct to analyse packet. - [gosnmp](https://github.com/soniah/gosnmp) - Native Go library for performing SNMP actions. - [gotcp](https://github.com/gansidui/gotcp) - Go package for quickly writing tcp applications.