proxy_rotator
Version, currently v.0.1.13 versions
- 0.1latestSep 5, 2019
- 0.0.9not indexedSep 6, 2019
- v.0.1.1not indexedSep 6, 2019
github.com/confact/proxy_rotator.cr
A HTTP Proxy rotator written in Crystal
Nothing has been indexed for v.0.1.1 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
proxy_rotator:
github: confact/proxy_rotator.cr
version: ~> v.0.1.1Then run:
shards installshard.yml
No shard.yml has been indexed for v.0.1.1. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
proxy
A HTTP Proxy rotator written in Crystal inspired by Ruby's WEBrick::HTTPProxyServer
Installation
Add this to your application's shard.yml:
dependencies:
proxy_rotator:
github: confact/proxy_rotator.cr
Usage
require "http/proxy"
server = HTTP::Proxy::Server.new(8080, [
HTTP::LogHandler.new,
])
address = server.bind_tcp 8080
puts "Listening on http://#{address}"
server.listen
have a file of proxies named proxylist.txt in same folder as the sample file, like in the samples folder if you want to run that one. you can also change the path to the file by setting the env PROXYLIST_PATH to the path to the file.
The structure is:
ip:port:username:password
one proxy per line
Development
- [x] Basic HTTP Proxy: GET, POST, PUT, DELETE support
- [x] Basic HTTP Proxy: OPTIONS support
- [X] HTTPS Proxy: CONNECT support
- [x] Make context.request & context.response writable
- [x] Basic (Proxy) Authorization support
- [ ] MITM HTTPS Proxy
Contributing
- Fork it ( https://github.com/bbtfr/proxy/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
v.0.1.1- Tagged
- Sep 6, 2019
- Commit
be6c9467b73a- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/confact/proxy_rotator.cr
Metadata
- Created
- Aug 17, 2026
- Updated
- Aug 17, 2026
- Synced
- Aug 17, 2026
- Versions
- 3