Skip to content

Commit 8851513

Browse files
add HTTP/1.1 process layer and integration tests
1 parent 6776857 commit 8851513

34 files changed

+941
-0
lines changed

src/process/http/all.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
TARGETNAME := process_http
2+
3+
TARGET := $(TARGETNAME)$(L)
4+
5+
SOURCES := base.c
6+
TGT_PREREQS := libfreeradius-http$(L)

0 commit comments

Comments
 (0)