We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d48bb commit c08b26cCopy full SHA for c08b26c
src/Options.php
@@ -0,0 +1,10 @@
1
+<?php declare(strict_types=1);
2
+
3
+namespace ApiClients\Middleware\UserAgent;
4
5
+final class Options
6
+{
7
+ const USER_AGENT = 'user_agent';
8
+ const USER_AGENT_STRATEGY = 'user_agent_strategy';
9
+ const PACKAGE = 'package';
10
+}
0 commit comments