From 314483a0b6609873f5c215d24e662016374128ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 23 Jan 2012 09:23:58 +0100 Subject: Rename the type http_uri/0 to cowboy_http:uri/0 --- include/http.hrl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/http.hrl b/include/http.hrl index c693e53..0be6652 100644 --- a/include/http.hrl +++ b/include/http.hrl @@ -13,10 +13,6 @@ %% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF %% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --type http_uri() :: '*' | {absoluteURI, http | https, Host::binary(), - Port::integer() | undefined, Path::binary()} - | {scheme, Scheme::binary(), binary()} - | {abs_path, binary()} | binary(). -type http_version() :: {Major::non_neg_integer(), Minor::non_neg_integer()}. -type http_header() :: 'Cache-Control' | 'Connection' | 'Date' | 'Pragma' | 'Transfer-Encoding' | 'Upgrade' | 'Via' | 'Accept' | 'Accept-Charset' -- cgit v1.2.3