Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 441 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 441 Bytes

hyperquext-medirect

Follow Meta Refresh redirects on Hyperquext requests.

Note: This extension will have to parse the response. Which may make your app less efficient.

Usage:

Decorating Hyperquext:

var request = hyperquextMeDirect(hyperquext)

From now on you can specify in options {maxRedirects: 5} and you're set.

install

With npm do:

npm install hyperquext-medirect

license

MIT