Skip to content

Releases: D2klaas/Godot-4-HTTPManager

v0.4.1

04 Dec 18:31

Choose a tag to compare

Due to a naming collision with Godot's base object the HTTPManagerJob.get() function was renamed to HTTPManagerJob.fetch()!!!

v0.4.0

21 Oct 21:53

Choose a tag to compare

Some bugfixes.
Newly added cookie support

v0.3.5

21 Sep 06:32
5538788

Choose a tag to compare

changed pause_on_failure default to false
foxed a minor issue with headers

v0.3.4

20 Jul 13:47

Choose a tag to compare

added method to specify request method like DELETE, PATCH, PUT etc.

v0.3.3

04 May 12:31
fa06a39

Choose a tag to compare

changed classes from type Object to type RefCounted to avoid memory leaks

0.3.2

04 May 07:23
03b9877

Choose a tag to compare

bug fixed: on_failure callback always fired

v0.3.1

05 Apr 10:13
7941f92

Choose a tag to compare

fixed some issues
improved settings on runtime
added mime guessing based on file extensions
improved error reporting

v0.3.0

04 Apr 13:24
7f5ee87

Choose a tag to compare

added cache
added add_post_buffer

v0.2.0

03 Apr 13:39
e4f9bcd

Choose a tag to compare

first release