All Projects → armadillu → ofxSimpleHttp

armadillu / ofxSimpleHttp

Licence: other
OpenFrameworks add-on to make http and https downloads easy

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
Makefile
30231 projects

ofxSimpleHttp

Build Status Build status

OpenFrameworks addon to make http downloads easy;

  • supports http://, https:// and file://
  • threaded downloads
  • user agent customization
  • proxy support
  • custom timeouts
  • parallel downloads
  • download queues
  • cancel downloads
  • checksum checked downloads (sha1)
  • skip download if file is already there and sha1 matches
  • download reports (http status codes, download speed, total time, etc)
  • ofEvents from main thread, or bg thread if required

img1

img1

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].