rename http to httpuri

This commit is contained in:
Dennis Eichhorn 2020-02-12 18:42:18 +01:00
parent af5ed7225d
commit 0fe8a12fb8

View File

@ -1,4 +1,4 @@
import { Http } from '../../Uri/HttpUri.js';
import { HttpUri } from '../../Uri/HttpUri.js';
import { UriFactory } from '../../Uri/UriFactory.js';
/**