Stream: implementers
Topic: Header Param
Luan Garrido (Oct 24 2019 at 15:11):
Hello,
Can someone tell me how to get headers params on "Update()" restful service?
Lloyd McKenzie (Oct 24 2019 at 15:48):
Using which library?
Luan Garrido (Oct 24 2019 at 15:50):
Using which library?
ca.uhn.hapi.fhir
version 3.8.0
Lloyd McKenzie (Oct 24 2019 at 16:08):
@James Agnew
James Agnew (Oct 24 2019 at 18:13):
@Luan Garrido do you mean client or server?
Luan Garrido (Oct 24 2019 at 18:14):
@James Agnew Server.
I'm using RequestDetails.getHeader() to do so.
Is it right?
James Agnew (Oct 24 2019 at 18:15):
Yup, that's perfect.
Luan Garrido (Oct 24 2019 at 18:30):
Thanks =)
Last updated: Apr 12 2022 at 19:14 UTC