Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerasimchuk authored Dec 13, 2023
1 parent e6c01a3 commit 9f78b25
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# Protty

----

<p align="center">
<h1 align="center">
<img height="250" alt="PROTTY" src="https://github.com/mgerasimchuk/protty/raw/master/assets/logo/logo.png"/>
</p>

----
</h1>

<div align="center">

[![Release](https://img.shields.io/github/v/release/mgerasimchuk/protty)](https://github.com/mgerasimchuk/protty/releases)
[![Docker pulls](https://img.shields.io/docker/pulls/mgerasimchuk/protty)](https://hub.docker.com/r/mgerasimchuk/protty)
[![Go Doc](https://godoc.org/github.com/mgerasimchuk/protty?status.png)](http://godoc.org/github.com/mgerasimchuk/protty)
Expand All @@ -18,6 +14,8 @@
[![Test (integration)](https://github.com/mgerasimchuk/protty/actions/workflows/test-integration.yml/badge.svg)](https://github.com/mgerasimchuk/protty/actions/workflows/test-integration.yml)
[![Coverage (integration)](https://github.com/mgerasimchuk/protty/wiki/assets/coverage/integration/coverage.svg)](https://github.com/mgerasimchuk/protty/wiki/Test-coverage-report)

</div>

Protty is an HTTP proxy written in Go that redirects, intercepts, and modifies both requests to a remote host and their
corresponding responses.
The proxy intercepts and processes the requests before forwarding them to the desired host, and then changed the
Expand Down

0 comments on commit 9f78b25

Please sign in to comment.