Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ ti.okhttp Public

OkHttp module for Titanium SDK (Android)

License

m1ga/ti.okhttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ti.okhttp - OkHttp module for Titanium SDK (Android)

https://square.github.io/okhttp/

Methods

  • get()
  • post()

Parameters:

All methods can use these parameters:

  • url: String (required)
  • data: JSON object - can contain a TiBlob in a post
  • header: JSON object
  • connectTimeout: int (milliseconds)
  • readTimeout: int (milliseconds)
  • writeTimeout: int (milliseconds)
  • caching: boolean
  • cacheSize: int (MB)

Events

  • data: protocol, header, body, cached, data, url
  • error: timeout (bool), message (string)

About

OkHttp module for Titanium SDK (Android)

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published