Module: FTW::CRLF
- Included in:
- HTTP::Headers, HTTP::Message, Protocol, Request, WebServer, WebSocket, WebSocket::Rack, Rack::Handler::FTW
- Defined in:
- lib/ftw/crlf.rb
Overview
This module provides a ‘CRLF’ constant for use with protocols that need it. I find it easier to specify CRLF instead of literal “rn”
Constant Summary collapse
- CRLF =
carriage-return + line-feed
"\r\n"