HTTP Analysis Library for Linux C ++

can anyone suggest a good HTTP parsing library for Linux?

+2


source to share


2 answers


libcurl ?



It supports most of the web protocols widely used and stable. Available for most Linux distributions and should be for Windows too. It supports both a simplified interface for quick and dirty implementations and an extended interface for robust implementation.

+7


source


If you want a C ++ curl wrapper you might like curl ++. Check it out.



+1


source







All Articles