io.socket.request() Sends a virtual request to a Sails server using Socket.io. This method is wrapped by the other io.socket.*() request methods, which should be used instead. io.socket.get() io.socket.post() io.socket.put() io.socket.delete() Please do not use io.socket.request() directly unless you know what you're doing.