Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

A feature-rich Godot HTTP manager addonFeatures- multiple simultaneous requests- queue management- add GET and POST variables- add upload files or buffers via POST request- decodes response based on mime-type- custom decoders for mime-types- automatic progress display- web cache based on etag and modified-since headers- NEW: basic cookie support (this adds support for PHP sessions) Godot 4.2 compatible⚠️ Breaking change: Due to a naming collision with Godot's base object the HTTPManagerJob.get() function was renamed to HTTPManagerJob.fetch()!!!Examples and documentation:https://github.com/D2klaas/Godot-4-HTTPManager
A feature-rich Godot HTTP manager addon
Features
- multiple simultaneous requests
- queue management
- add GET and POST variables
- add upload files or buffers via POST request
- decodes response based on mime-type
- custom decoders for mime-types
- automatic progress display
- web cache based on etag and modified-since headers
- NEW: basic cookie support (this adds support for PHP sessions) Godot 4.2 compatible
⚠️ Breaking change: Due to a naming collision with Godot's base object the HTTPManagerJob.get() function was renamed to HTTPManagerJob.fetch()!!!
Examples and documentation:
https://github.com/D2klaas/Godot-4-HTTPManager
Reviews
Quick Information

A feature-rich Godot HTTP manager addonFeatures- multiple simultaneous requests- queue management- add GET and POST variables- add upload files or buffers via POST request- decodes response based on mime-type- custom decoders for mime-types- automatic progress display- web cache based on etag and modified-since headers- NEW: basic cookie support (this adds support for PHP sessions) Godot 4.2 compatible⚠️ Breaking change: Due to a naming collision with Godot's base object the HTTPManagerJob.get() function was renamed to HTTPManagerJob.fetch()!!!Examples and documentation:https://github.com/D2klaas/Godot-4-HTTPManager