HTTP Post with Ethernet Sheild

The Ethernet library knows nothing about HTTP but the HTTP Client Library you linked to does. Within the library folder you find an example folder containing the PachubePush example. Although there the PUT method is used, the POST method is used almost identically, it just uses postURI instead of putURI.