philomena-dev / philomena

Next-generation imageboard
GNU Affero General Public License v3.0
84 stars 29 forks source link

Split out HTTP client interaction into PhilomenaProxy namespace #268

Closed liamwhite closed 4 weeks ago

liamwhite commented 1 month ago

This adds a new namespace under the root named PhilomenaProxy, which contains all the mechanism behavior for HTTP proxy functionality:

Documentation and typespecs are intended to be comprehensive. I intend to add tests and coverage requirements at a later date to ensure they remain so.