B4J Library OkHttpUtils2 - Erel    Oct 20, 2019   (9 reactions) jOkHttpUtils2 is a b4x lib included with B4J. The source code is inside the library (it is a zip file). B4A Library OkHttp - Replaces the Http library - Erel    Mar 14, 2018   (22 reactions) OkHttpUtils2 source code: OkHttpUtils2 / iHttpUtils2 / HttpUtils2 source code
It is included as an internal library.
Usage: OkHttpUtils2 with Wait For
The current Http library is based on the Android version of Apache HttpClient. Google has stopped updating this SDK a long time ago and they are r B4A Question OkHttpUtils2 DELETE Method - Erel (first post)    Dec 26, 2016   (1 reaction) You can find the source code of OkHttpUtils2 here: https://www.b4x.-replaces-the-http-library.54723/
See how HttpJob.Download is implemented. You just need to replace the InitializeGet with InitializeDelete. B4A Tutorial [B4X] Features that Erel recommends to avoid - Erel    Dec 06, 2023   (89 reactions) Downloading / making http requests with any other library or source other than OkHttpUtils2 (=iHttpUtils2) -> OkHttpUtils2
OkHttpUtils2 is very powerful and can be extended in many ways, without modifying the source. It is also very simple to use.
Shared modules folder -> referenced modules
The s B4J Library jHttpUtils2 Source Code - Erel    Nov 17, 2016   (5 reactions) For new projects it is recommended to use OkHttpUtils2. jHttpUtils2 is included as a library. However there are cases where the source code is required. For example if you want to use it with a non-UI app then you need to remove HttpJob.GetBitmap or it will not compile (this sub depends on jFX lib B4A Question [B4X] OkHttpUtils2 / iHttpUtils2 / HttpUtils2 source code ( REL.2.80 ) - Erel (first post)    Mar 18, 2019   (1 reaction) The library is a b4xlib now. The source code is inside the library. Unzip it and you will see. Wish [SOLVED] Integrate InitializeAcceptAll into internal HttpUtils2 library - Erel (first post)    Sep 20, 2019 OkHttpUtils2 is a b4xlib. This means that the source code is inside the b4xlib file which is a zip file.
You can update it as needed, save it in the additional libraries folder and delete it from the internal one. This is a mature library which doesn't get updated very often. B4A Question Strange Multipart request failure - Erel (first post)    Dec 19, 2016   (1 reaction) I don't know! You can download OkHttpUtils2 source code! And see the exact message created by HttpJob.PostMultiPart! Compare it to the message created by postman! B4A Question (solved) OkHttpUtils2 repeated download of a file fails, HttpUtils2 succeeds - Erel (first post)    Dec 10, 2017   (1 reaction) Even if such a method will be added to OkHttpClient you will still need to use OkHttpUtils2 source code as hc is private variable. However OkHttpUtils2 code is very stable now. You can safely use the current source code instead of the library. B4A Question OkHttpUtils2 - cancel download based on response header ContentType - DonManfred (first post)    Jul 14, 2019   (2 reactions) OkHttpUtils2.b4xlib
is a b4xlib. Rename it to OkHttpUtils2.b4xlib.zip, extract the source modules, edit them as needed, put the edited source back to the OkHttpUtils2.b4xlib.zip
rename the OkHttpUtils2.b4xlib.zip to OkHttpUtils2.b4xlib Page: 1   2   3   4   5   6   7   Powered by ColBERT |