Skip to content

Commit 06c8da2

Browse files
committed
chore: updated project descriptions
1 parent cc2c7f6 commit 06c8da2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Java Transparent Proxy (java-tproxy)
22

3-
A lightweight HTTP/HTTPS proxy library with pluggable interceptors and full MITM HTTPS interception, built on Jetty 11 and Java 21 virtual threads.
3+
A lightweight HTTP/HTTPS proxy library with pluggable interceptors and full MITM HTTPS support, built on Jetty 11 and Java 21 virtual threads.
44

55
## Features
66

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<packaging>jar</packaging>
1212

1313
<name>Java Transparent Proxy</name>
14-
<description>A transparent proxy library for intercepting and replaying HTTP/HTTPS requests in unit tests</description>
14+
<description>A lightweight HTTP/HTTPS proxy library with pluggable interceptors and full MITM HTTPS support</description>
1515

1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)