ok2c / httpcomponents-jackson

JSON message asynchronous producers and consumers for Apache HttpComponents 5.0 based on Jackson JSON library
https://ok2c.github.io/httpcomponents-jackson
Apache License 2.0
7 stars 6 forks source link

RequestData not in release #12

Closed cnrudd closed 2 years ago

cnrudd commented 2 years ago

Hi,

I see a lot of references to this class https://github.com/ok2c/httpcomponents-jackson/blob/1ae2393df58cedbca3f560fd7c5688bf9f4e525d/hc5-async-json/src/test/java/com/ok2c/hc5/json/http/RequestData.java

in the examples, but this class is not in the release.

Is this an oversite, or is that class intended as an example of something we should make ourselves?

ok2c commented 2 years ago

@cnrudd RequestData class is not included in the official distribution. it is merely a test class that I personally cannot imagine being useful other than in a trivial demo.