class Protocol::HTTP::Request

def send_interim_response(status, headers)

Send an interim response back to the origin of this request, if possible.
def send_interim_response(status, headers)
	@interim_response&.call(status, headers)
end