jgritman / httpbuilder

315 stars 154 forks source link

document thread safety #48

Open ghost opened 9 years ago

ghost commented 9 years ago

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.