FHIR Chat · Header Param · implementers

Stream: implementers

Topic: Header Param


view this post on Zulip Luan Garrido (Oct 24 2019 at 15:11):

Hello,

Can someone tell me how to get headers params on "Update()" restful service?

view this post on Zulip Lloyd McKenzie (Oct 24 2019 at 15:48):

Using which library?

view this post on Zulip Luan Garrido (Oct 24 2019 at 15:50):

Using which library?

ca.uhn.hapi.fhir
version 3.8.0

view this post on Zulip Lloyd McKenzie (Oct 24 2019 at 16:08):

@James Agnew

view this post on Zulip James Agnew (Oct 24 2019 at 18:13):

@Luan Garrido do you mean client or server?

view this post on Zulip Luan Garrido (Oct 24 2019 at 18:14):

@James Agnew Server.

I'm using RequestDetails.getHeader() to do so.

Is it right?

view this post on Zulip James Agnew (Oct 24 2019 at 18:15):

Yup, that's perfect.

view this post on Zulip Luan Garrido (Oct 24 2019 at 18:30):

Thanks =)


Last updated: Apr 12 2022 at 19:14 UTC