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

Add micro-host and micro-hostname #57

Merged
merged 2 commits into from
Nov 18, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add micro-host and micro-hostname
  • Loading branch information
cprecioso authored Nov 17, 2019
commit e8a4e71018f6d6765002176188054a48cc44925a
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
- [micro-redirect](https://github.com/timReynolds/micro-redirect) - A redirect function for Zeit's micro.
- [micro-chain](https://github.com/dimapaloskin/micro-chain) - Builds flexible requests chains and pass them into micro handler.
- [micro-correlation-id](https://github.com/tafarij/micro-correlation-id) - Correlate http requests across microservices.
- [micro-host](https://github.com/cprecioso/micro-host) - Get the host of the request (optionally following proxies).
- [micro-hostname](https://github.com/cprecioso/micro-hostname) - Get the hostname (host without port) of the request (optionally following proxies)

### Higher Order

Expand Down