[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/includes/vendor/maxmind/web-service-common/src/WebService/Http/ -> Request.php (source)

   1  <?php
   2  
   3  declare(strict_types=1);
   4  
   5  namespace MaxMind\WebService\Http;
   6  
   7  /**
   8   * Interface Request.
   9   *
  10   * @internal
  11   */
  12  interface Request
  13  {
  14      public function __construct(string $url, array $options);
  15  
  16      public function post(string $body): array;
  17  
  18      public function get(): array;
  19  }


Generated: Thu Sep 19 05:10:04 2024 Cross-referenced by PHPXref 0.7.1