bitcrowd / chromic_pdf

Convenient HTML to PDF/A rendering library for Elixir based on Chrome & Ghostscript
Apache License 2.0
409 stars 37 forks source link

Refactor Connection module to allow different strategy #254

Closed maltoe closed 1 year ago

maltoe commented 1 year ago

This patch refactors the Connection module and surrounding modules to allow different connection strategies (inet) to be implemented. Notably, the Connection server has been removed.

Relates to #249