3.0.2 • Published 5 years ago
requrl v3.0.2
requrl
Grab full URL from request.
Features
- Universal (browser and node.js) support
- Detect HTTPS requests using is-https
- Support
x-forwarded-protoandx-forwarded-host - Always encode URI
- Super Small
Usage
import getURL from 'requrl'
// OR
const getURL = require('requrl')Function signuture is:
function getURL(req?: IncomingMessage, includePath?: boolean): stringExample:
const url = getURL(req)
// http://localhost:3000
// https://www.foo.comLicense
MIT