class RunLoop::HTTP::Server
A representation of the RunLoop
test server. @!visibility private
Attributes
endpoint[R]
Public Class Methods
new(endpoint)
click to toggle source
@param [URI] endpoint The endpoint to reach the test server.
running on the device. The port should be included in the URI.
# File lib/run_loop/http/server.rb, line 11 def initialize(endpoint) @endpoint = endpoint end