char * ll_to_header(ll_node *node)
takes a node and converts it into a header line
Definition linkedlist.c:82
char * ll_create_headers(ll_node *node, size_t size)
Takes a linked list and turns the entire chain into a char* of HTTP headers.
Definition linkedlist.c:96