CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: HTTP lib

Hybrid View

  1. #1
    Join Date
    Dec 2009
    Posts
    1

    HTTP lib

    I need a open-source lib (with GNU or GPL) to work with HTTP/FTP things a bit easier then threw sockets. With ready classes for HTTP get and post.
    It has to be based on sockets and can be used in VC, Builder or gcc as well.

  2. #2
    Join Date
    Jan 2009
    Posts
    1,689

    Re: HTTP lib

    libcurl, it's pretty much the standard for this. It's old, fast, very well maintained, has a very active mailing list, and stable

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured