Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Titanium-Web-Proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Titanium-Web-Proxy
Commits
29055e6e
Commit
29055e6e
authored
Jul 08, 2015
by
titanium007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme
parent
fe4d5ee9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
3 deletions
+16
-3
README.md
README.md
+16
-3
No files found.
README.md
View file @
29055e6e
...
@@ -18,13 +18,26 @@ Usage
...
@@ -18,13 +18,26 @@ 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.
Install by nuget:
Install-Package Titanium.Web.Proxy -Pre
After installing nuget package mark following files to be copy to output directory
*
makecert.exe
*
Titanium_Proxy_Test_Root.cer
Or install manually:
Add reference to
Add reference to
*
Titanium.Web.Proxy.dll
*
Titanium.Web.Proxy.dll
These files also should be in your application directory
These files also should be in your application directory
*
Ionic.Zip.dll
*
Ionic.Zip.dll
*
makecert.exe
*
makecert.exe
*
DO_NOT_TRUST_Fiddler
Root.cer
*
Titanium_Proxy_Test_
Root.cer
Setup HTTP proxy:
Setup HTTP proxy:
...
@@ -55,6 +68,8 @@ Sample request and response event handlers
...
@@ -55,6 +68,8 @@ Sample request and response event handlers
public
void
OnRequest
(
object
sender
,
SessionEventArgs
e
)
public
void
OnRequest
(
object
sender
,
SessionEventArgs
e
)
{
{
//Modify e.ProxyRequest
//Modify e.ProxyRequest
//e.Ok("Request Cance
}
}
public
void
OnResponse
(
object
sender
,
SessionEventArgs
e
)
public
void
OnResponse
(
object
sender
,
SessionEventArgs
e
)
...
@@ -73,8 +88,6 @@ Sample request and response event handlers
...
@@ -73,8 +88,6 @@ Sample request and response event handlers
```
```
Future updates
Future updates
============
============
*
Expose only APIs that are safe to be consumed by developer
*
Replace makecert.exe with other certificate generation APIs (like bouncy)
*
Replace makecert.exe with other certificate generation APIs (like bouncy)
*
Release nuget package
*
Support modification of web socket requests
*
Support modification of web socket requests
*
Support HTTP 2.0 Once spec is ready
*
Support HTTP 2.0 Once spec is ready
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment