*/ public function keys($carrier): array; /** * Gets the value of a given key from a carrier. */ public function get($carrier, string $key) : ?string; }