From 2f35af5b0a67f591dde5ae4305a9587988a37c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 4 Sep 2013 18:13:39 +0200 Subject: Introduce cow_http support module This module contains parsing functions for the basic HTTP items, basically request-line, response-line and host. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b44c01..29a2f7e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ # See LICENSE for licensing information. PROJECT = cowlib +CT_SUITES = eunit include erlang.mk -- cgit v1.2.3