We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988c1ce commit 408c969Copy full SHA for 408c969
README.md
@@ -2,5 +2,13 @@
2
<hr/>
3
<h2>Description </h2>
4
<p>HTTP and FTP Proxy server based on RFC-1945, RFC-2616, RFC-959 in Java Language</p>
5
+<strong>Note: This Proxy only works with HTTP 1.0, HTTP 1.1 and FTP request messages</strong>
6
+<hr/>
7
+<h2>How to Use?</h2>
8
+<p>There is no dependency package for using Proxy-Server. You only require Java with JDK version greater or equal to Java-8</p>
9
+<ol><em>Steps:</em>
10
+ <li><code>$javac ProxyServer.java</code></li>
11
+ <li><code>$java ProxyServer port</code><br/>where port is integer and 1024 <= port >= 65535</li>
12
+</ol>
13
14
<h3 align='center'>Happy Using</h3>
0 commit comments