On Thu, Jul 10, 2014 at 02:50:45AM +0000, ���ſ� wrote: > Hello, > I��m newbie in netsurf. > I��m trying to adapt netsurf on different networking environment. > I would like to know where is network related source code. > Networking part is actually ��send�� and ��receive�� the HTTP > Request/Response.
HTTP requests (and networking) are handled by libcurl. The binding to the libcurl library can be found in content/fetches/curl.c B.