FHIR Chat · URL parameters in extended operations with Plain Server · hapi

Stream: hapi

Topic: URL parameters in extended operations with Plain Server


view this post on Zulip Jonathan Fishbein (Dec 04 2020 at 16:29):

Hi All,

Working on an extended operation with my plain HAPI server and I'm wondering if it's possible to easily access url parameters in POST operations without having to manually process the request. The @OperationParam annotation with the parameter in the operation method signature doesn't seem to do it.

Similarly, is there a way to occasionally return a blank 200 response from the operation without manually handling the servlet response? Most of the time we'll return a resource.

(Use case here is implementing the $process-messages endpoint)


Last updated: Apr 12 2022 at 19:14 UTC