HttpAsyncMethods.createDelete(URI)
HttpAsyncMethods.createGet(URI)
HttpAsyncMethods.createHead(URI)
HttpAsyncMethods.createOptions(URI)
HttpAsyncMethods.createPost(URI, String, ContentType)
HttpAsyncMethods.createPost(URI, byte[], ContentType)
HttpAsyncMethods.createPut(URI, String, ContentType)
HttpAsyncMethods.createPut(URI, byte[], ContentType)
HttpAsyncMethods.createTrace(URI)