can curl c library parse http request?
I am writing a server that uses select function to read from a set of sockets. Then I need to parse the received data as HTTP request. I find some C library from github such as PicoHTTPParser and nodejs/http-parser that may do the job but wonder if libcurl has such function, basically something like below.