module io.gitlab.jfronny.commons.http.client { requires java.net.http; requires io.gitlab.jfronny.commons; requires io.gitlab.jfronny.commons.serialize; exports io.gitlab.jfronny.commons.http.client; }