module Rack::Test

Constants

DEFAULT_HOST

The default host to use for requests, when a full URI is not provided.

END_BOUNDARY

The ending boundary in multipart requests

MULTIPART_BOUNDARY

The default multipart boundary to use for multipart request bodies

START_BOUNDARY

The starting boundary in multipart requests

VERSION

Public Class Methods

encoding_aware_strings?() click to toggle source

Whether the version of rack in use handles encodings.

# File lib/rack/test.rb, line 375
def self.encoding_aware_strings?
  Rack.release >= '1.6'
end