Skip to content
Snippets Groups Projects
Select Git revision
  • 2f081692bef70dae62affad84c9a299d50d3a676
  • master default protected
  • fix/body-raw
  • devel
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0
10 results

HttpClientOptions.php

Blame
  • HttpClientOptions.php 148 B
    <?php
    
    namespace WPDesk\HttpClient;
    
    interface HttpClientOptions
    {
        /**
         * @return string
         */
        public function getHttpClientClass();
    }