AFAIK there's no mention in the docs of whether instances of HTTPBuilder, RESTClient, etc. are thread-safe. A quick look at the code suggests they are not, but it should be mentioned explicitly and prominently whether an instances of these classes are suitable for concurrent access.
AFAIK there's no mention in the docs of whether instances of
HTTPBuilder
,RESTClient
, etc. are thread-safe. A quick look at the code suggests they are not, but it should be mentioned explicitly and prominently whether an instances of these classes are suitable for concurrent access.