See Release Notes
[Summary view]
1 <?php 2 3 namespace Packback\Lti1p3\Interfaces; 4 5 Interface IHttpClient 6 { 7 public function request(string $method, string $url, array $options) : IHttpResponse; 8 }
title
Description
Body