Similar to read, but raises EOFError
at end of string instead of returning nil
, as well as IO#sysread
does.
Reads at most maxlen bytes from the stream. If buf is provided it must reference a string which will receive the data.
See IO#readpartial
for full details.
Returns whether the form contained multipart/form-data
Returns the destination encoding as an encoding object.
Returns the destination encoding as an encoding object.
Returns the destination encoding as an Encoding
object.
Set
the entity expansion limit. By default the limit is set to 10000.
Deprecated. Use REXML::Security.entity_expansion_limit=
instead.
Get the entity expansion limit. By default the limit is set to 10000.
Deprecated. Use REXML::Security.entity_expansion_limit=
instead.
Set
the entity expansion limit. By default the limit is set to 10000.
Get the entity expansion limit. By default the limit is set to 10000.
Clear recorded tracing information.
Get the names of all sections in the current configuration
Get the indentation level.
Set
the indentation level to level
. The level must be less than 10 and greater than 1.
A detailed description of this gem. See also summary
Create a DRbUnknownError
exception containing this object.
Issues an OPTS command
name Should be the name of the option to set
params is any optional parameters to supply with the option
example: option(‘UTF8’, ‘ON’) => ‘OPTS UTF8 ON’
Sends a OPTIONS request to the path
and gets a response, as an HTTPResponse
object.