Skip to content

Commit 6e30c42

Browse files
add HTTP/1.1 process layer and integration tests
1 parent 561dbfd commit 6e30c42

File tree

16 files changed

+804
-0
lines changed

16 files changed

+804
-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)