hooklift / gowsdl

WSDL2Go code generation as well as its SOAP proxy
Mozilla Public License 2.0
1.14k stars 390 forks source link

add GetHeaders #260

Closed oussamm closed 1 year ago

oussamm commented 1 year ago

I know that there is no getters and setters in go, but there is exceptions.

In my opinion we should get rid of the addHeaders and setHeaders and export Headers

Sometimes we really need to get the Headers in the response, especially for eDelivery, where the metada on the headers is needed

oussamm commented 1 year ago

Actually this will not work, so I am gonna close this