readruby (owner)

Revisions

gist: 80214 Download_button fork
public
Public Clone URL: git://gist.github.com/80214.git
Embed All Files: show embed
STATUS_WITH_NO_ENTITY_BODY.rb #
1
2
# Responses with HTTP status codes that should not have an entity
STATUS_WITH_NO_ENTITY_BODY = Set.new((100..199).to_a << 204 << 304)