B4R Library [module] rHttpUtils2 - Http Client - Erel    Feb 23, 2021   (11 reactions) The HttpJob module implements an http client. It is a simplified version of B4X HttpUtils2.
Example:
Sub Process_Globals
Public Serial1 As Serial
Private wifi As ESP8266WiFi
End Sub
Private Sub AppStart
Serial1.Initialize(115200)
Log("AppStart")
If wifi.Connect("dlink") Then
L B4R Question rHttpUtils2 uses the LOG automatically - Erel (first post)    Sep 09, 2024 It is a mistake. It was rESP8266WiFi that was updated. I've fixed it.
v1.01 is attached.
You can disable logs by adding HU2_DISABLE_LOGS as a conditional symbol (Ctrl + B). B4R Question HttpJob Anwers - Erel (first post)    Nov 20, 2018 rHttpUtils2 collects the response until the connection breaks. Disable other tasks that can interrupt the connection. B4R Question Problems with rHttpUtils2 when integrating into the final project - Erel (first post)    Sep 17, 2024   (1 reaction) You can use the source code instead of the library and change the two occurrences of Main in HttpJob module to whichever module you like.
Another option is to delegate the call from Main to the other module:
Public Sub JobDone (Job As JobResult)
OtherModule.JobDone(Job)
End Sub
The "filed to co B4R Question Why does the serial debugging assistant output the entire response? - byz (first post)    Apr 13, 2024 I found the reason in the rHttpUtils2.b4xlib source code 152667 B4R Question ESP8266 & Firebase Push Messages - Erel (first post)    Nov 05, 2017   (1 reaction) You should use rHttpUtils2 to send http requests: https://www.b4x.-push-messages-fcm.81025/#content B4R Question reading/writing to google shared doc from ESP - hatzisn (first post)    Nov 30, 2022 Why would you need this? It is just a post request using rHttpUtils2 library. B4R Question rHttpUtils2 library - GiG    Jan 08, 2019 Hi All,
When I use HttpUtils in the example project rHttpUtils2.zip it's working but non in a existing project.
Where I can download rHttpUtils2 library?u
Thank you Other B4A v11.50 has been released! - Erel    Mar 21, 2022   (51 reactions) Updated internal libraries: OkHttp v1.50, OkHttpUtils2 v3.00, PreoptimizedCLV v1.21, Network v1.53, B4XTable v1.22, KeyValueStore v2.31, SMM v1.12, NB6 v1.02, FirebaseNotifications v2.01, B4XCollections v1.13 #ExcludedClasses attribute removed. Bug fixes and other minor improvements. Note that the B4R Question rHttpUtils2 SSL problem - GaryDUK    Aug 28, 2024 Hi all,
My goal is to be able to post data to a website using an ESP32 so I thought I would start at the basics & downloads Erel's example code at https://www.b4x.-rhttputils2-http-client.74785/
I've spent the past couple of days trying to get Erel's original code working but with no joy
The erro Page: 1   2   3   4   5   6   7   Powered by ColBERT |