chore: remove endpoint selector

This commit is contained in:
loks0n
2025-06-12 14:22:17 +01:00
parent 3d9e22a6df
commit bc41838c66
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -19,9 +19,9 @@ class Executor
public const METHOD_CONNECT = 'CONNECT';
public const METHOD_TRACE = 'TRACE';
private bool $selfSigned = false;
protected bool $selfSigned = false;
private string $endpoint;
protected string $endpoint;
protected array $headers;
public function __construct()