aliou / short.ex

A URL shortener toolkit written in Elixir. [hobby project]
MIT License
1 stars 1 forks source link

URL validation #3

Open aliou opened 7 years ago

aliou commented 7 years ago

Use URI.parse to check for the presence of at least a scheme and a host.

paralax commented 7 years ago

see PR#2