httpproxy.cr

Version, currently 1.01 version
  • 1.0latestJan 5, 2024

github.com/djeysx/httpproxy.cr

Tiny HTTP proxy with forward rules

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  httpproxy.cr:
    github: djeysx/httpproxy.cr
    version: ~> 1.0

Then run:

shards install

shard.yml

Crystal
>= 10.0.0
License
MIT
Author
djeysx
Target
  • httpProxyCr from src/httpProxy.cr

Dependencies

This version declares no dependencies.

README

httpproxy.cr

Simple HTTP proxy written in Crystal

Highly inspired by https://dev.to/mamantoha/http-s-proxy-server-in-crystal-in-less-than-50-lines-of-code-1pb6

TODO

  • forwarding rules
  • forwarding to HTTP proxy
  • forwarding to Socks proxy