Description
Adds controls that restrict which servers the Haskell http-client library may contact. This helps applications reduce accidental or unsafe outbound requests by enforcing allowed destinations in code.
It is useful for developers building tools that must limit network access, such as internal services, sandboxed tasks, or security-sensitive clients. It is a support library and has no standalone interface.