<?php

interface Requests_Proxy
{
    public function register(Requests_Hooks &$hooks);
}