Commit bf049520 authored by Jehonathan Thomas's avatar Jehonathan Thomas Committed by GitHub

Update README.md

parent 5bfd1abd
Titanium ### Titanium Web Proxy
========
A light weight HTTP(S) proxy server written in C# A light weight HTTP(S) proxy server written in C#
<a href="https://ci.appveyor.com/project/justcoding121/titanium-web-proxy">![Build Status](https://ci.appveyor.com/api/projects/status/rvlxv8xgj0m7lkr4?svg=true)</a> <a href="https://ci.appveyor.com/project/justcoding121/titanium-web-proxy">![Build Status](https://ci.appveyor.com/api/projects/status/rvlxv8xgj0m7lkr4?svg=true)</a>
...@@ -16,20 +16,18 @@ Kindly report only issues/bugs here . For programming help or questions use [Sta ...@@ -16,20 +16,18 @@ Kindly report only issues/bugs here . For programming help or questions use [Sta
![alt tag](https://raw.githubusercontent.com/justcoding121/Titanium-Web-Proxy/develop/Examples/Titanium.Web.Proxy.Examples.Wpf/Capture.PNG) ![alt tag](https://raw.githubusercontent.com/justcoding121/Titanium-Web-Proxy/develop/Examples/Titanium.Web.Proxy.Examples.Wpf/Capture.PNG)
Features #### Features
========
* Multithreaded & fully asynchronous proxy
* Supports HTTP(S) and most features of HTTP 1.1 * Supports HTTP(S) and most features of HTTP 1.1
* Support redirect/block/update requests * Supports redirect/block/update requests and modifying responses
* Supports updating response
* Safely relays Web Socket requests over HTTP * Safely relays Web Socket requests over HTTP
* Support mutual SSL authentication * Supports mutual SSL authentication
* Multithreaded & fully asynchronous proxy
* Supports proxy authentication & automatic proxy detection * Supports proxy authentication & automatic proxy detection
* Kerberos/NTLM authentication over HTTP protocols for windows domain * Kerberos/NTLM authentication over HTTP protocols for windows domain
Usage #### Usage
=====
Refer the HTTP Proxy Server library in your project, look up Test project to learn usage. Refer the HTTP Proxy Server library in your project, look up Test project to learn usage.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment