Class: TestPuma::PumaUNIXSocket
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
UNIXSocket
|
|
|
Instance Chain:
self,
PumaSocketInclude,
UNIXSocket
|
|
| Inherits: |
UNIXSocket
|
| Defined in: | test/helpers/test_puma/puma_socket_include.rb |
Constant Summary
PumaSocketInclude - Included
Instance Method Summary
PumaSocketInclude - Included
| #<< | Alias for PumaSocketInclude#send_http. |
| #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 | Alias for PumaSocketInclude#send_http. |
| #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 |