module Sketchup::Http

The {Sketchup::Http} module provides interfaces to create asynchronous HTTP requests. This is an alternative to the Net::Http module that comes with Ruby StdLib - which is known to have issues within SketchUp.

@version SketchUp 2017

Constants

DELETE

Constants

GET
OPTIONS
PATCH
POST
PUT
STATUS_CANCELED
STATUS_FAILED
STATUS_PENDING
STATUS_SUCCESS
STATUS_UNKNOWN