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.

Version:

  • SketchUp 2017

Defined Under Namespace

Classes: Request, Response

Constant Summary #

Sketchup::Http::GET
Sketchup::Http::POST
Sketchup::Http::PUT
Sketchup::Http::DELETE
Sketchup::Http::HEAD
Sketchup::Http::OPTIONS
Sketchup::Http::PATCH
Sketchup::Http::STATUS_UNKNOWN
Sketchup::Http::STATUS_SUCCESS
Sketchup::Http::STATUS_PENDING
Sketchup::Http::STATUS_CANCELED
Sketchup::Http::STATUS_FAILED