gitea/modules/hostmatcher
wxiaoguang f67a1030b3
Add tests for the host checking logic, clarify the behaviors ()
Before, the combination of AllowedDomains/BlockedDomains/AllowLocalNetworks is confusing.

This PR adds tests for the logic, clarify the behaviors.
..
hostmatcher.go Add tests for the host checking logic, clarify the behaviors ()
hostmatcher_test.go Support `hostname:port` to pass host matcher's check ()
http.go Simplify parameter types ()