B4R Library [module] rHttpUtils2 - Http Client - Erel    Feb 23, 2021   (11 reactions) Post to send a POST request.
4. Handle the JobDone event.
Notes
1. rHttpUtils2 doesn't support...The HttpJob module implements an http client. It is a simplified version of B4X HttpUtils2... B4R Code Snippet [module] rHttpUtils2 - Http Client v.1.25 with chunked POST for big-data - peacemaker    Aug 31, 2025   (2 reactions) HttpJob.chunkBuffer(j) = 0 Next bc.ArrayCopy2(postData, i, HttpJob.chunkBuffer, 0...(" ").Write(bc.SubString2(requestCache, pathIndex, pathIndex + pathLen)).Write(" HTTP/1.1... support "Transfer-Encoding: chunked" HTTP header ! If to add it by AddHeader method....Connect2("yourwifi", "yourpassword") Then Log("Connected to router... HttpJob.Initialize("ChunkedExample") HttpJob.AddHeader("Content-Type"... B4R Code Snippet [module] rHttpUtils2 - Http Client with synchronous requests queue - peacemaker    Feb 17, 2025   (5 reactions) -connection.
'version 2.4 Erel's HttpJob module + Peacemaker's QueueManager
Sub....SubString2(requestCache, pathIndex, pathIndex + pathLen)).Write(" HTTP/1.0").Write(EOL)
'Log(mVerb," ", bc.SubString2(requestCache, pathIndex, pathIndex + pathLen)," HTTP...Extended Erel's module with 8-level FIFO queue manager.
Allows to schedule the HTTP-requests... B4R Question [rHttpUtils2] POST request does not work [SOLVED] - Johan Hormaza    Jan 4, 2022 "")
WriteBytes(raf, "}")
HttpJob.Initialize("Example2...,bc.SubString2(buffer, 0, raf.CurrentPosition))
' HttpJob.AddHeader("Content-Type... B4R Question HttpJob Failed to connect with status 0 but connects in rHttpUtils2 example - hatzisn    Jun 26, 2021 and works. I then paste it in the rHttpUtils2 example (https://www.b4x.com/android/forum/threads/module-rhttputils2-http-client.74785/#content)and works again. What might be wrong in my program (my... B4R Question Problems with rHttpUtils2 when integrating into the final project - Erel (first post)    Sep 18, 2024 b4xlib = zip file. Open rHttpUtils2.b4xlib and you will see it.... B4R Question rHttpUtils2 uses the LOG automatically - Erel (first post)    Sep 10, 2024 Please start a new thread and make sure to post the code in a readable way.... B4R Question rHttpUtils2 SSL problem - GaryDUK (first post)    Sep 2, 2024 Hi Erel,
I've tried the update and all is now working perfectly.
Thanks for all your help greatl... B4R Question ESP8266+rhttputils2+LCD - tufanv    Dec 3, 2018 Hello,
As I have asked my question here: https://www.b4x.com/android/forum/threads/a-newbie... but I won't use it I think. I have found the getting started with 8266 topic : https://www.b4x.com... about this ?
Also I assume, getting data from rhttputils is not the same as b4i and... Other Initial support for ESP32 - Erel    May 26, 2019   (8 reactions) rHttpUtils2)....ESP32 is the next generation of ESP8266 chips. It is a relatively new chip and the SDK is not very mature. There are many things that are not working yet, however it does look promising. https://www...: https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md Make sure... it with B4R. I've encountered the following issues: - Wire / I2C didn't work. Maybe... Page: 1   2   3   4   5   6   7   |