This website requires JavaScript.
Explore
Help
Sign In
XiaoMo
/
anyproxy
Watch
1
Star
0
Fork
0
You've already forked anyproxy
mirror of
https://github.com/alibaba/anyproxy.git
synced
2025-05-12 17:18:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
anyproxy
/
test
/
server
/
startServer.js
4 lines
54 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add test cases for the proxy, and do some tiny fixes. the fixes are: 1. add "content-type" in headers for when dealing with localresponse 2. make a more accurate tip for throttle rate when lower than 1 3. make the crtMgr funcionality a more independent one 4. uppercase the request header before sending it out update the tip
2016-08-15 17:48:47 +08:00
const
Server
=
require
(
'./server.js'
)
;
update to 4.0
2017-12-01 21:30:49 +08:00
new
Server
(
)
;
Reference in New Issue
Copy Permalink