B4A Question HttpJob - Erel (first post)    Jan 08, 2021 HttpJob is a type that is included in OkHttpUtils2. It is an internal library. B4A Question [Solved] Job.GetString to List - asales (first post)    Aug 30, 2024 This is a httpjob? I don't found this method: 156478 B4A Question HTTPJob.GetString is truncating JSON - Homerclese    Jun 16, 2016 My web services return utf-8 formatted text data (the response header contains Content-Type: application/json; charset=utf-8) and I have an iOS app that successfully consumes these web services.
However using HTTPJob.GetString on the same web services results in a string that gets truncated at the B4i Question download without stop? - Erel (first post)    Dec 11, 2016   (1 reaction) Dim ht As HttpJob B4R Question Strange reboot when running HttpJob.Post 7 times - Erel (first post)    Sep 11, 2024   (1 reaction) Simple: you must call HttpJob.Initialize before you make another request. B4A Tutorial [B4X] OkHttpUtils2 with Wait For - Erel    Apr 11, 2021   (56 reactions) Note that the HttpJob object is a local variable. This is the recommended way to create HttpJobs as it allows us to set the sender filter parameter (read more in the tutorial about resumable subs).
The same sub can be called multiple times and also other subs that send HttpJobs. As each HttpJob is u Bug? HttpJob - certainly a problem maybe a bug? - JackKirk    Oct 24, 2024 Its a bit more sophisticated than that - any translation is only done once then remembered for later reuse.
The HttpJob part of a typical Translate HttpJob looks something like:
AWS_translate_job.Initialize("name", Me)
AWS_translate_job.PostString(wrk_AWS_Translate.URI, wrk_AWS_Tra B4J Question JServer - HttpJob working as expected in a desktop app (not needing StartMessageLoop) - I am totally confused - EnriqueGonzalez (first post)    Mar 08, 2024   (2 reactions) if it is websocket then its not start and stop are not needed. websocket is async as well as httpjob. B4J Question HttpJob in server.handler - OliverA (first post)    Sep 24, 2019   (4 reactions) You’re missing a message queue. See https://www.b4x.-subs-wait-for-sleep-in-server-handlers.81833/#content B4A Question HttpJob.PostMultipart - aeric (first post)    Feb 22, 2023   (1 reaction) Consider to use PostBytes ?
Dim stream() As Byte = File.ReadBytes(File.DirAssets, "file.pdf")
job.PostBytes(Link, stream) Page: 1   2   3   4   5   6   7   Powered by ColBERT |