Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[9.x] Add host(), httpHost(), schemeAndHttpHost() to Request #42797

Merged
merged 2 commits into from
Jun 15, 2022

Conversation

orange-alien
Copy link
Contributor

Added below 3 methods to "Illuminate\Http\Request".

  • host()
  • httpHost()
  • schemeAndHttpHost()

These methods wrap below 3 methods in "symfony\http-foundation\Request".

  • getHost()
  • getHttpHost()
  • getSchemeAndHttpHost()

Why to pull request

For example, "Illuminate\Http\Request" has secure() method which wrap isSecure() in "symfony\http-foundation\Request".
So, I think it would be nice to add above 3 methods too.

@taylorotwell taylorotwell merged commit 22f4715 into laravel:9.x Jun 15, 2022
@GrahamCampbell GrahamCampbell changed the title Add host(), httpHost(), schemeAndHttpHost() to Request [9.x] Add host(), httpHost(), schemeAndHttpHost() to Request Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants