```tsp @head op head(): { @header "content-type": "text/plain" }; ``` in this case the `getHttpOperation` will not return the header and log a warning that it is ignore. It shouldn't as it is allowed in head operations From https://github.com/Azure/typespec-azure/issues/3975