Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit d476e94

Browse files
authored
Merge pull request #605 from justcoding121/master
Merge to beta
2 parents a941264 + 4700dee commit d476e94

File tree

101 files changed

+4762
-629
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+4762
-629
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Titanium Web Proxy
22

3+
### Note: This Project is no longer maintained. Any pull requests for fixes are welcome.
4+
35
A lightweight HTTP(S) proxy server written in C#.
46

57
<a href="https://ci.appveyor.com/project/justcoding121/titanium-web-proxy">![Build Status](https://ci.appveyor.com/api/projects/status/p5vvtbpx9yp250ol?svg=true)</a> [![Join the chat at https://gitter.im/Titanium-Web-Proxy/Lobby](https://badges.gitter.im/Titanium-Web-Proxy/Lobby.svg)](https://gitter.im/Titanium-Web-Proxy/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

docs/api/Titanium.Web.Proxy.EventArguments.CertificateSelectionEventArgs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h3 id="properties">Properties
136136
</span>
137137
<a id="Titanium_Web_Proxy_EventArguments_CertificateSelectionEventArgs_AcceptableIssuers_" data-uid="Titanium.Web.Proxy.EventArguments.CertificateSelectionEventArgs.AcceptableIssuers*"></a>
138138
<h4 id="Titanium_Web_Proxy_EventArguments_CertificateSelectionEventArgs_AcceptableIssuers" data-uid="Titanium.Web.Proxy.EventArguments.CertificateSelectionEventArgs.AcceptableIssuers">AcceptableIssuers</h4>
139-
<div class="markdown level1 summary"><p>Acceptable issuers as listed by remoted server.</p>
139+
<div class="markdown level1 summary"><p>Acceptable issuers as listed by remote server.</p>
140140
</div>
141141
<div class="markdown level1 conceptual"></div>
142142
<h5 class="decalaration">Declaration</h5>

docs/api/Titanium.Web.Proxy.EventArguments.SessionEventArgs.html

Lines changed: 53 additions & 22 deletions
Large diffs are not rendered by default.

docs/api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html

Lines changed: 26 additions & 26 deletions
Large diffs are not rendered by default.

docs/api/Titanium.Web.Proxy.EventArguments.TunnelConnectSessionEventArgs.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ <h5>Implements</h5>
100100
<div class="inheritedMembers">
101101
<h5>Inherited Members</h5>
102102
<div>
103-
<a class="xref" href="Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_bufferSize">SessionEventArgsBase.bufferSize</a>
103+
<a class="xref" href="Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_BufferSize">SessionEventArgsBase.BufferSize</a>
104104
</div>
105105
<div>
106-
<a class="xref" href="Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_bufferPool">SessionEventArgsBase.bufferPool</a>
106+
<a class="xref" href="Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_BufferPool">SessionEventArgsBase.BufferPool</a>
107107
</div>
108108
<div>
109-
<a class="xref" href="Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_exceptionFunc">SessionEventArgsBase.exceptionFunc</a>
109+
<a class="xref" href="Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_ExceptionFunc">SessionEventArgsBase.ExceptionFunc</a>
110110
</div>
111111
<div>
112112
<a class="xref" href="Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_TimeLine">SessionEventArgsBase.TimeLine</a>
@@ -255,7 +255,7 @@ <h5 class="propertyValue">Property Value</h5>
255255
</span>
256256
<a id="Titanium_Web_Proxy_EventArguments_TunnelConnectSessionEventArgs_IsHttpsConnect_" data-uid="Titanium.Web.Proxy.EventArguments.TunnelConnectSessionEventArgs.IsHttpsConnect*"></a>
257257
<h4 id="Titanium_Web_Proxy_EventArguments_TunnelConnectSessionEventArgs_IsHttpsConnect" data-uid="Titanium.Web.Proxy.EventArguments.TunnelConnectSessionEventArgs.IsHttpsConnect">IsHttpsConnect</h4>
258-
<div class="markdown level1 summary"><p>Is this a connect request to secure HTTP server? Or is it to someother protocol.</p>
258+
<div class="markdown level1 summary"><p>Is this a connect request to secure HTTP server? Or is it to some other protocol.</p>
259259
</div>
260260
<div class="markdown level1 conceptual"></div>
261261
<h5 class="decalaration">Declaration</h5>

docs/api/Titanium.Web.Proxy.Exceptions.ProxyException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ <h5 class="parameters">Parameters</h5>
236236
<tr>
237237
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
238238
<td><span class="parametername">message</span></td>
239-
<td><p>Excception message</p>
239+
<td><p>Exception message</p>
240240
</td>
241241
</tr>
242242
<tr>

docs/api/Titanium.Web.Proxy.Http.ConnectRequest.html

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ <h5>Inherited Members</h5>
107107
<div>
108108
<a class="xref" href="Titanium.Web.Proxy.Http.Request.html#Titanium_Web_Proxy_Http_Request_OriginalUrl">Request.OriginalUrl</a>
109109
</div>
110+
<div>
111+
<a class="xref" href="Titanium.Web.Proxy.Http.Request.html#Titanium_Web_Proxy_Http_Request_RequestUriString">Request.RequestUriString</a>
112+
</div>
110113
<div>
111114
<a class="xref" href="Titanium.Web.Proxy.Http.Request.html#Titanium_Web_Proxy_Http_Request_HasBody">Request.HasBody</a>
112115
</div>
@@ -222,7 +225,7 @@ <h3 id="properties">Properties
222225
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/new/master/apiSpec/new?filename=Titanium_Web_Proxy_Http_ConnectRequest_ClientHelloInfo.md&amp;value=---%0Auid%3A%20Titanium.Web.Proxy.Http.ConnectRequest.ClientHelloInfo%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
223226
</span>
224227
<span class="small pull-right mobile-hide">
225-
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/master/src/Titanium.Web.Proxy/Http/ConnectRequest.cs/#L15">View Source</a>
228+
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/master/src/Titanium.Web.Proxy/Http/ConnectRequest.cs/#L17">View Source</a>
226229
</span>
227230
<a id="Titanium_Web_Proxy_Http_ConnectRequest_ClientHelloInfo_" data-uid="Titanium.Web.Proxy.Http.ConnectRequest.ClientHelloInfo*"></a>
228231
<h4 id="Titanium_Web_Proxy_Http_ConnectRequest_ClientHelloInfo" data-uid="Titanium.Web.Proxy.Http.ConnectRequest.ClientHelloInfo">ClientHelloInfo</h4>
@@ -242,7 +245,37 @@ <h5 class="propertyValue">Property Value</h5>
242245
</thead>
243246
<tbody>
244247
<tr>
245-
<td><span class="xref">StreamExtended.ClientHelloInfo</span></td>
248+
<td><span class="xref">ClientHelloInfo</span></td>
249+
<td></td>
250+
</tr>
251+
</tbody>
252+
</table>
253+
<span class="small pull-right mobile-hide">
254+
<span class="divider">|</span>
255+
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/new/master/apiSpec/new?filename=Titanium_Web_Proxy_Http_ConnectRequest_TunnelType.md&amp;value=---%0Auid%3A%20Titanium.Web.Proxy.Http.ConnectRequest.TunnelType%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
256+
</span>
257+
<span class="small pull-right mobile-hide">
258+
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/master/src/Titanium.Web.Proxy/Http/ConnectRequest.cs/#L15">View Source</a>
259+
</span>
260+
<a id="Titanium_Web_Proxy_Http_ConnectRequest_TunnelType_" data-uid="Titanium.Web.Proxy.Http.ConnectRequest.TunnelType*"></a>
261+
<h4 id="Titanium_Web_Proxy_Http_ConnectRequest_TunnelType" data-uid="Titanium.Web.Proxy.Http.ConnectRequest.TunnelType">TunnelType</h4>
262+
<div class="markdown level1 summary"></div>
263+
<div class="markdown level1 conceptual"></div>
264+
<h5 class="decalaration">Declaration</h5>
265+
<div class="codewrapper">
266+
<pre><code class="lang-csharp hljs">public TunnelType TunnelType { get; }</code></pre>
267+
</div>
268+
<h5 class="propertyValue">Property Value</h5>
269+
<table class="table table-bordered table-striped table-condensed">
270+
<thead>
271+
<tr>
272+
<th>Type</th>
273+
<th>Description</th>
274+
</tr>
275+
</thead>
276+
<tbody>
277+
<tr>
278+
<td><span class="xref">TunnelType</span></td>
246279
<td></td>
247280
</tr>
248281
</tbody>

docs/api/Titanium.Web.Proxy.Http.ConnectResponse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h5 class="propertyValue">Property Value</h5>
201201
</thead>
202202
<tbody>
203203
<tr>
204-
<td><span class="xref">StreamExtended.ServerHelloInfo</span></td>
204+
<td><span class="xref">ServerHelloInfo</span></td>
205205
<td></td>
206206
</tr>
207207
</tbody>

docs/api/Titanium.Web.Proxy.Http.HeaderCollection.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ <h5 class="returns">Returns</h5>
517517
<a id="Titanium_Web_Proxy_Http_HeaderCollection_GetHeaders_" data-uid="Titanium.Web.Proxy.Http.HeaderCollection.GetHeaders*"></a>
518518
<h4 id="Titanium_Web_Proxy_Http_HeaderCollection_GetHeaders_System_String_" data-uid="Titanium.Web.Proxy.Http.HeaderCollection.GetHeaders(System.String)">GetHeaders(String)</h4>
519519
<div class="markdown level1 summary"><p>Returns all headers with given name if exists
520-
Returns null if does&apos;nt exist</p>
520+
Returns null if doesn&apos;t exist</p>
521521
</div>
522522
<div class="markdown level1 conceptual"></div>
523523
<h5 class="decalaration">Declaration</h5>

docs/api/Titanium.Web.Proxy.Http.KnownHeaders.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h4 id="Titanium_Web_Proxy_Http_KnownHeaders_AcceptEncoding" data-uid="Titanium.
135135
<div class="markdown level1 conceptual"></div>
136136
<h5 class="decalaration">Declaration</h5>
137137
<div class="codewrapper">
138-
<pre><code class="lang-csharp hljs">public const string AcceptEncoding = &quot;accept-encoding&quot;</code></pre>
138+
<pre><code class="lang-csharp hljs">public const string AcceptEncoding = &quot;Accept-Encoding&quot;</code></pre>
139139
</div>
140140
<h5 class="fieldValue">Field Value</h5>
141141
<table class="table table-bordered table-striped table-condensed">
@@ -193,7 +193,7 @@ <h4 id="Titanium_Web_Proxy_Http_KnownHeaders_Connection" data-uid="Titanium.Web.
193193
<div class="markdown level1 conceptual"></div>
194194
<h5 class="decalaration">Declaration</h5>
195195
<div class="codewrapper">
196-
<pre><code class="lang-csharp hljs">public const string Connection = &quot;connection&quot;</code></pre>
196+
<pre><code class="lang-csharp hljs">public const string Connection = &quot;Connection&quot;</code></pre>
197197
</div>
198198
<h5 class="fieldValue">Field Value</h5>
199199
<table class="table table-bordered table-striped table-condensed">
@@ -280,7 +280,7 @@ <h4 id="Titanium_Web_Proxy_Http_KnownHeaders_ContentEncoding" data-uid="Titanium
280280
<div class="markdown level1 conceptual"></div>
281281
<h5 class="decalaration">Declaration</h5>
282282
<div class="codewrapper">
283-
<pre><code class="lang-csharp hljs">public const string ContentEncoding = &quot;content-encoding&quot;</code></pre>
283+
<pre><code class="lang-csharp hljs">public const string ContentEncoding = &quot;Content-Encoding&quot;</code></pre>
284284
</div>
285285
<h5 class="fieldValue">Field Value</h5>
286286
<table class="table table-bordered table-striped table-condensed">
@@ -396,7 +396,7 @@ <h4 id="Titanium_Web_Proxy_Http_KnownHeaders_ContentLength" data-uid="Titanium.W
396396
<div class="markdown level1 conceptual"></div>
397397
<h5 class="decalaration">Declaration</h5>
398398
<div class="codewrapper">
399-
<pre><code class="lang-csharp hljs">public const string ContentLength = &quot;content-length&quot;</code></pre>
399+
<pre><code class="lang-csharp hljs">public const string ContentLength = &quot;Content-Length&quot;</code></pre>
400400
</div>
401401
<h5 class="fieldValue">Field Value</h5>
402402
<table class="table table-bordered table-striped table-condensed">
@@ -425,7 +425,7 @@ <h4 id="Titanium_Web_Proxy_Http_KnownHeaders_ContentType" data-uid="Titanium.Web
425425
<div class="markdown level1 conceptual"></div>
426426
<h5 class="decalaration">Declaration</h5>
427427
<div class="codewrapper">
428-
<pre><code class="lang-csharp hljs">public const string ContentType = &quot;content-type&quot;</code></pre>
428+
<pre><code class="lang-csharp hljs">public const string ContentType = &quot;Content-Type&quot;</code></pre>
429429
</div>
430430
<h5 class="fieldValue">Field Value</h5>
431431
<table class="table table-bordered table-striped table-condensed">
@@ -512,7 +512,7 @@ <h4 id="Titanium_Web_Proxy_Http_KnownHeaders_Expect" data-uid="Titanium.Web.Prox
512512
<div class="markdown level1 conceptual"></div>
513513
<h5 class="decalaration">Declaration</h5>
514514
<div class="codewrapper">
515-
<pre><code class="lang-csharp hljs">public const string Expect = &quot;expect&quot;</code></pre>
515+
<pre><code class="lang-csharp hljs">public const string Expect = &quot;Expect&quot;</code></pre>
516516
</div>
517517
<h5 class="fieldValue">Field Value</h5>
518518
<table class="table table-bordered table-striped table-condensed">
@@ -570,7 +570,7 @@ <h4 id="Titanium_Web_Proxy_Http_KnownHeaders_Host" data-uid="Titanium.Web.Proxy.
570570
<div class="markdown level1 conceptual"></div>
571571
<h5 class="decalaration">Declaration</h5>
572572
<div class="codewrapper">
573-
<pre><code class="lang-csharp hljs">public const string Host = &quot;host&quot;</code></pre>
573+
<pre><code class="lang-csharp hljs">public const string Host = &quot;Host&quot;</code></pre>
574574
</div>
575575
<h5 class="fieldValue">Field Value</h5>
576576
<table class="table table-bordered table-striped table-condensed">
@@ -773,7 +773,7 @@ <h4 id="Titanium_Web_Proxy_Http_KnownHeaders_TransferEncoding" data-uid="Titaniu
773773
<div class="markdown level1 conceptual"></div>
774774
<h5 class="decalaration">Declaration</h5>
775775
<div class="codewrapper">
776-
<pre><code class="lang-csharp hljs">public const string TransferEncoding = &quot;transfer-encoding&quot;</code></pre>
776+
<pre><code class="lang-csharp hljs">public const string TransferEncoding = &quot;Transfer-Encoding&quot;</code></pre>
777777
</div>
778778
<h5 class="fieldValue">Field Value</h5>
779779
<table class="table table-bordered table-striped table-condensed">
@@ -831,7 +831,7 @@ <h4 id="Titanium_Web_Proxy_Http_KnownHeaders_Upgrade" data-uid="Titanium.Web.Pro
831831
<div class="markdown level1 conceptual"></div>
832832
<h5 class="decalaration">Declaration</h5>
833833
<div class="codewrapper">
834-
<pre><code class="lang-csharp hljs">public const string Upgrade = &quot;upgrade&quot;</code></pre>
834+
<pre><code class="lang-csharp hljs">public const string Upgrade = &quot;Upgrade&quot;</code></pre>
835835
</div>
836836
<h5 class="fieldValue">Field Value</h5>
837837
<table class="table table-bordered table-striped table-condensed">

0 commit comments

Comments
 (0)