Module: Sketchup::Http
- Defined in:
- lib/sketchup-api-stubs/stubs/Sketchup/Http.rb
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.
Defined Under Namespace
Constant Summary collapse
- 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