Return the message associated to status_code

Property definitions

nitcorn $ HttpResponse :: status_message
	# Return the message associated to `status_code`
	fun status_message: nullable String do return http_status_codes[status_code]
lib/nitcorn/http_response.nit:35,2--36,77