caterpillar/README.md

14 lines
248 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-05 17:21:40 +00:00
You <-----> HTTP proxy <----> Web hosting (PHP) <-----> On the Web
2022-10-05 17:19:11 +00:00
```
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