Class: Arpie::HTTPClientTestProtocol
- Inherits:
-
HTTPTestProtocol
- Object
- Protocol
- HTTPTestProtocol
- Arpie::HTTPClientTestProtocol
- Defined in:
- lib/arpie/xmlrpc.rb
Constant Summary
Constants inherited from HTTPTestProtocol
Arpie::HTTPTestProtocol::CAN_SEPARATE_MESSAGES
Constants inherited from Protocol
Protocol::CAN_SEPARATE_MESSAGES
Instance Method Summary collapse
Methods inherited from HTTPTestProtocol
Methods inherited from Protocol
#again!, #assemble, #assemble!, #bogon!, #from, #gulp!, #incomplete!
Instance Method Details
#to(object) ⇒ Object
95 96 97 |
# File 'lib/arpie/xmlrpc.rb', line 95 def to object "GET / HTTP/1.[01]\r\nContent-Length: #{object.size}\r\n\r\n" + object end |