Closed Timandes closed 7 years ago
The '%S' stands for 'Request Scheme', which is defined as Nginx variable $scheme[1] and is a custom pattern.
$scheme
[1] https://nginx.org/en/docs/http/ngx_http_core_module.html#var_scheme
Thanks!
Are you able to write some unit tests for this?
Done. Is this class appropiate?
@Timandes awesome! Thanks you for the contribution!
The '%S' stands for 'Request Scheme', which is defined as Nginx variable
$scheme
[1] and is a custom pattern.[1] https://nginx.org/en/docs/http/ngx_http_core_module.html#var_scheme