JuliaHealth / FHIRClient.jl

Julia client for connecting to FHIR (Fast Healthcare Interoperability Resources) servers and building SMART on FHIR applications

Home Page:https://juliahealth.org/FHIRClient.jl/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: support (and forward) the `verbose` keyword argument in HTTP.jl

DilumAluthge opened this issue · comments

Possibly, an improvement in FHIRClient could be to support the verbosity keyword argument in HTTP.jl and forward it to HTTP.request for adjusting the verbosity of the logging messages from HTTP: https://juliaweb.github.io/HTTP.jl/stable/reference/#HTTP.request

Originally posted by @devmotion in #130 (comment)