We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can we simplify the parsing of Bonsai/SearchBox urls in lib/options.js: https://github.com/nelsonic/esta/blob/master/lib/options.js#L17-L27 By using url.parse (node.js core method): https://nodejs.org/docs/latest/api/url.html#url_url_parse_urlstr_parsequerystring_slashesdenotehost example: https://github.com/ideaq/hapi-auth-jwt2/blob/master/example/real_world_example_using_redis_on_heroku.js#L10
url.parse
The text was updated successfully, but these errors were encountered:
adds JSDoc and inline comments to lib/options.js fixes #83
b95fda8
bd2dd37
No branches or pull requests
Can we simplify the parsing of Bonsai/SearchBox urls in lib/options.js:
https://github.com/nelsonic/esta/blob/master/lib/options.js#L17-L27
By using
url.parse
(node.js core method): https://nodejs.org/docs/latest/api/url.html#url_url_parse_urlstr_parsequerystring_slashesdenotehostexample:
https://github.com/ideaq/hapi-auth-jwt2/blob/master/example/real_world_example_using_redis_on_heroku.js#L10
The text was updated successfully, but these errors were encountered: