Module: Sketchup::Http
Overview
The 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.
Constant Summary
-
DELETE =
Constants
nil
-
GET =
Stub value.
nil
-
HEAD =
Stub value.
nil
-
OPTIONS =
Stub value.
nil
-
PATCH =
Stub value.
nil
-
POST =
Stub value.
nil
-
PUT =
Stub value.
nil
-
STATUS_CANCELED =
Stub value.
nil
-
STATUS_FAILED =
Stub value.
nil
-
STATUS_PENDING =
Stub value.
nil
-
STATUS_SUCCESS =
Stub value.
nil
-
STATUS_UNKNOWN =
Stub value.
nil