ofxHTTP icon indicating copy to clipboard operation
ofxHTTP copied to clipboard

A suite of HTTP tools, including clients and servers for openFrameworks.

Results 18 ofxHTTP issues
Sort by recently updated
recently updated
newest added

Hello! I'm currently working on a app that needs to access the internet. I'm using the addon first to "ping" a server to see if there's network connection available. This...

ofxHTTP won't compile for me on iOS, Xcode 10.3 with OF 0.10.1, throwing up the error: 'ofx/HTTP/RequestHandlerAdapter.h' file not found

Hi, Is it possible to have multiple post handler with this library? Also I'd like show whether the file is acceptable. Can I have a dynamically generated upload.html? Thanks

In regards to: > TODO: smarter ways of doing for rate / fps limiting The code in this PR updates the way the `handleRequest` thread sleeps to attempt to keep...

Currently, basic permessage-deflate is supported for websocket servers. - [ ] Support non-default settings - [ ] Add settings for zlib config - [ ] Support Fragmented packets - [...

an Android ofxHTTP Ip Camera Example.

According to RFC-5861 http://tools.ietf.org/html/rfc5861 e.g. http://hc.apache.org/httpcomponents-client-ga/tutorial/html/caching.html

enhancement