hapi-fhir icon indicating copy to clipboard operation
hapi-fhir copied to clipboard

Add changelog, implement HEAD

Open tadgh opened this issue 3 years ago • 0 comments

Closes #3696

  • Add changelog
  • Permit HEAD on /metadata
  • Permit HEAD on searches.
  • Given the discussion requirements here , we do not short-circuit when we detect a head, but instead do all processing, and simply return no body. (spring seems to automatically do this when it detects the incoming request is a HEAD operation)

tadgh avatar Jun 14 '22 00:06 tadgh