WPINC_class wp http curl.php Notes - WordPress-Thinstall/wordpress-develop GitHub Wiki

interface NaiveHttpCurlTransportInterface {
    public function request($url, $args = array());
    private function stream_headers( $handle, $headers );
    private function stream_body( $handle, $data );
    public static function test( $args = array() );
}