caterpillar/README.md

16 lines
291 B
Markdown
Raw Normal View History

2022-10-05 17:16:30 +00:00
# php-httpproxy
HTTP proxy implementation with PHP socket
2022-10-05 17:19:11 +00:00
## How to works
```
2022-10-06 04:03:23 +00:00
You <-----> HTTP proxy (Python) <----> Web hosting (PHP) <-----> On the Web
2022-10-05 17:19:11 +00:00
```
2022-10-05 17:22:13 +00:00
HTTP proxy over the web hosting!
2022-10-05 17:21:12 +00:00
## References
* https://github.com/anapeksha/python-proxy-server
2022-10-05 17:19:11 +00:00
## Contact
* gnh1201@gmail.com