I am trying to invoke OPTIONS method on the ApacheHttpClient API and I
am getting the ClientResponse with all the allowedMethods, but there is
no API to get the supported methods from HttpClientResponse in
ApacheHttpClientHandler.
Is there a way to get the list of allowed methods from the ClientResponse?
-Arul