class Fcgi::Records::Stdin

Defined in:

fcgi/records/stdin.cr

Instance Method Summary

Instance methods inherited from class Fcgi::Records::AbstractData

body : String body, body=(body : String) body=, to_s to_s

Instance methods inherited from class Fcgi::Records::Record

content_data : Array(UInt8) content_data, content_data=(content_data : Array(UInt8)) content_data=, content_length : Int32 | UInt32 content_length, content_length=(content_length : Int32 | UInt32) content_length=, padding_data : Array(UInt8) padding_data, padding_data=(padding_data : Array(UInt8)) padding_data=, padding_length : Int32 | UInt32 padding_length, padding_length=(padding_length : Int32 | UInt32) padding_length=, record_type : UInt32 record_type, record_type=(record_type : UInt32) record_type=, request_id : UInt32 request_id, request_id=(request_id : UInt32) request_id=, to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::BigEndian) to_io, to_s to_s, version : UInt32 version, version=(version : UInt32) version=

Constructor methods inherited from class Fcgi::Records::Record

new(version : UInt32, type : UInt32, request_id : UInt32, content_data : Array(UInt8))
new(version : UInt32, type : UInt32, io : IO)
new

Class methods inherited from class Fcgi::Records::Record

from_io(io) from_io

Instance Method Detail

def to_s #
Description copied from class Object

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.


[View source]