X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http%2FEnv%2FUrl.md;fp=http%2FEnv%2FUrl.md;h=86e20c008484fd09145e9b660e5bb9d0f80802db;hb=bea65a44c88e5b048152cec8eb25d217e4442a57;hp=0000000000000000000000000000000000000000;hpb=405fa8855b8a36c7b8db52373881ec35e3a62413;p=mdref%2Fmdref-http diff --git a/http/Env/Url.md b/http/Env/Url.md new file mode 100644 index 0000000..86e20c0 --- /dev/null +++ b/http/Env/Url.md @@ -0,0 +1,8 @@ +# class http\Env\Url extends http\Url + +URL class using the HTTP environment by default. + +> ***NOTE:*** +> This class has been added in v3.0.0. + +Always adds http\Url::FROM_ENV to the $flags constructor argument. See also http\Url.