mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 17:18:16 +01:00
## About The Pull Request This adds `/datum/http_request/proc/fire_and_forget()`, which wraps `rustg_http_request_fire_and_forget`, used for http requests that you just send and don't care about the response. I've changed `send2adminchat_webhook` to use this, as it didn't care about the response at all. Also added a return type hint to `into_response()`, and did some minor cleanup on some assorted `/datum/http_request` code. ## Why It's Good For The Game `fire_and_forget` is very useful because it prevents http request jobs from forever taking up memory if you never call `is_complete()` ## Changelog No user-facing changes.