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 cc67247 commit 98a3611Copy full SHA for 98a3611
README.md
@@ -27,6 +27,8 @@ composer require 'corpus/http-message-utils'
27
Utility to map a Uri or ServerRequestInterface's Uri to the external scheme
28
detected from a proxy such as an AWS load balancer.
29
30
+Will only ever upgrade to https, never downgrade.
31
+
32
### Example:
33
34
```php
src/ProxyAwareSchemer.php
@@ -9,6 +9,8 @@
9
* Utility to map a Uri or ServerRequestInterface's Uri to the external scheme
10
* detected from a proxy such as an AWS load balancer.
11
*
12
+ * Will only ever upgrade to https, never downgrade.
13
+ *
14
* ### Example:
15
16
* ```php
0 commit comments