Skip to content

[URL] Fix url utility throwing exception#59

Open
ashakir96 wants to merge 9 commits intomnara-solutions:mainfrom
ashakir96:fix/url-issue58
Open

[URL] Fix url utility throwing exception#59
ashakir96 wants to merge 9 commits intomnara-solutions:mainfrom
ashakir96:fix/url-issue58

Conversation

@ashakir96
Copy link

Fixes #58

DECODE = "Decode",
}

//the usage of this function expects a protocol in the url, so we need to add the protocol if its not in the text
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: comments that document a function generally look like

/**
 * ...
*/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

URL utility throws exception when url does not start with http

2 participants