ILEvator
  • Installation
  • Getting Started
  • Low-Level API vs Porcelain API
  • Consecutive Requests
  • Forms
  • Multipart
  • Headers
  • Encoding
  • Request Handler
  • HTTPS
  • HTTP Tunneling
  • WebSocket
  • Debug Mode
  • Examples
  • Frequently Asked Questions

API Docs
Sitemule

Examples

Here is a short list of examples provided by the project. You can find the examples in the Git repository.

  • Simple GET request
  • HTTPS Get request
  • Simple GET request with encoded query parameters
  • Simple GET request with HTTP status handling
  • Simple GET request with additional headers
  • Simple POST request qith text as message body
  • Simple POST request with non default content type header
  • Write response data to stream file
  • Enable debug output
  • Enable comm trace output to stream file
  • GET request with basic auth
  • GET request with bearer token
  • Set automatic retries
  • Simple POST request with form data
  • POST request with different charset
  • POST request with multipart form data
  • Tunneling HTTP through a proxy (HTTP tunneling)
  • Tunneling HTTPS through a proxy (HTTP tunneling)
  • Sending SMS with LINK Mobility
  • GET request to Float Rates
  • Specifying TLS version
  • HTTPS GET request to VAX 360
  • SNI - Server Name Indication
  • HTTP request with blocking sockets
  • Consecutive HTTP requests