node-encodeurl

Encode URL to a percent-encoded form

Description

Encode a URL to a percent-encoded form, excluding already-encoded sequences

Encodeurl will take an already-encoded URL and encode all the non-URL code points (as UTF-8 byte sequences).

This encode is meant to be "safe" and does not throw errors. It will try as hard as it can to properly encode the given URL, including replacing any raw, unpaired surrogate pairs with the Unicode replacement character prior to encoding.

Node.js is an event-based server-side JavaScript engine.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/pillarjs/encodeurl


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-encodeurl