Skip to content

Commit 98a3611

Browse files
committed
Small doc improvements
1 parent cc67247 commit 98a3611

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ composer require 'corpus/http-message-utils'
2727
Utility to map a Uri or ServerRequestInterface's Uri to the external scheme
2828
detected from a proxy such as an AWS load balancer.
2929

30+
Will only ever upgrade to https, never downgrade.
31+
3032
### Example:
3133

3234
```php

src/ProxyAwareSchemer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* Utility to map a Uri or ServerRequestInterface's Uri to the external scheme
1010
* detected from a proxy such as an AWS load balancer.
1111
*
12+
* Will only ever upgrade to https, never downgrade.
13+
*
1214
* ### Example:
1315
*
1416
* ```php

0 commit comments

Comments
 (0)