neume-network / extraction-worker

Async worker_thread component for maximalizing concurrent data retrieval and processing.
GNU General Public License v3.0
3 stars 5 forks source link

Implement content negotiation using `Accept` and `Content-Type` header for worker #51

Closed TimDaub closed 2 years ago

TimDaub commented 2 years ago
il3ven commented 2 years ago

Closing this since we have decided to follow the approach in #53 i.e. try to parse JSON irrespective of the content type and only fallback to text if we fail to parse.