Add submodules

This commit is contained in:
fearlessTobi 2018-09-16 20:05:19 +02:00
parent bd14f397ce
commit 5f30f95e94
11 changed files with 20069 additions and 0 deletions

19
externals/lurlparser/README.md vendored Normal file
View file

@ -0,0 +1,19 @@
From https://github.com/corporateshark/LUrlParser/commit/455d5e2d27e3946f11ad0328fee9ee2628e6a8e2
MIT License
===
Lightweight URL & URI parser (RFC 1738, RFC 3986)
(C) Sergey Kosarevsky, 2015
@corporateshark sk@linderdaum.com
http://www.linderdaum.com
http://blog.linderdaum.com
=============================
A tiny and lightweight URL & URI parser (RFC 1738, RFC 3986) written in C++.