mirror of
https://github.com/umputun/reproxy.git
synced 2024-11-30 08:16:56 +02:00
7139c57766
* wip * resolve merge artifacts * full coverage for conductor * wire plugin conductor to main and proxy * wip, with separate match handler * split matching logic with another handler, add initial docs * move parts of proxy to handlers, add tests * add headers in to be sent to proxied url * merged from master * add example with docker compose * supress excesive debug reporting 0-9 disabled in docker * add plugin tests * randomize test port * lint: minor warns * lint: err shadow
8 lines
139 B
Modula-2
8 lines
139 B
Modula-2
module github.com/umputun/reproxy/plugin
|
|
|
|
go 1.16
|
|
|
|
require github.com/umputun/reproxy v0.6.0
|
|
|
|
replace github.com/umputun/reproxy => ../../
|