Sha256: e2418042ef3c195734f7dfa378d026d78b93a0e7c71f228dfb5e14cd38ffc668
Contents?: true
Size: 286 Bytes
Versions: 13
Compression:
Stored size: 286 Bytes
Contents
module Responses module Hello Hello = <<-XML HTTP/1.1 200 OK Content-Type: application/xml; charset=utf-8 Connection: keep-alive Vary: Accept-Encoding Status: 200 Content-Length: 67 <?xml version="1.0" encoding="UTF-8"?> <hello>test message</hello> XML end end
Version data entries
13 entries across 13 versions & 1 rubygems