123456789_123456789_123456789_123456789_123456789_

Class: TestPuma::PumaSSLSocket

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, OpenSSL::SSL::SSLSocket
Instance Chain:
self, PumaSocketInclude, OpenSSL::SSL::SSLSocket
Inherits: OpenSSL::SSL::SSLSocket
  • ::Object
Defined in: test/helpers/test_puma/puma_socket_include.rb

Constant Summary

PumaSocketInclude - Included

NO_ENTITY_BODY, RESP_READ_LEN, RESP_READ_TIMEOUT

Instance Method Summary

PumaSocketInclude - Included

#<<
#read_all

Reads all that is available on the socket.

#read_body

Reads the response body on the socket.

#read_response

Reads the HTTP response on the socket.

#req_write
#send_http

Writes the request/data to the socket.

#send_http_read_body

Writes the request/data to the socket and returns the response body.

#send_http_read_response

Writes the request/data to the socket and returns the response.

#wait_read

Uses a single sysread statement to read the socket.