EWF
EWF copied to clipboard
Eiffel Web Framework -- Provide a common framework to build easily web server application in Eiffel (portable on various connector and platforms)
Provide an Eiffel library that abstract the notion of web api, to be able to manipulate Google API as any Eiffel library. This is not critical, but could really help...
I propose a new class, WSF_PROTOCOL_VERSION. And a detachable attribute of this type in WSF_REQUEST. It will contain fields such as: protocol: IMMUTABLE_STRING_8 major, minor: NATURAL extension_tokens: ??? Then VERY...
https://github.com/jvelilla/eMemcache C wrapper, not void safe, only Linux Need update
Get ideas from Restful Web APIs book and implement microblogging website + API as example.
Fluent HTTP Client API http://hc.apache.org/httpcomponents-client-ga/tutorial/html/fluent.html HTTP for humans http://docs.python-requests.org/en/latest/ the last one has versions in other languages http://requests.ryanmccue.info/ (Requests for PHP)
For now, the site provided by github is enough but we may consider having a real blog/forum/...
Adding persistent connection support to Nino .. to be HTTP/1.1 Also add pipelining support