Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor HTTP Request Node #3005

Merged
merged 3 commits into from Mar 10, 2024
Merged

Conversation

QuantumCoderQC
Copy link
Contributor

This PR refactors HTTP Request node. Fixes some incorrect indices used and exposes more options. Also introduced a Callback Type output indicating the type of callback at the Out output.

Callback Type: Type of output.
    0 = Node Executed
    1 = Status Callback
    2 = Bytes Data Response Callback
    3 = String Data Response Callback
    4 = Error String Callback

Node now looks like:
image

Usage: May be used with Select Output Node to perform actions depending on callback type.

image

@luboslenco luboslenco merged commit bd1254b into armory3d:main Mar 10, 2024
@QuantumCoderQC QuantumCoderQC deleted the Fix-HTTP-node branch May 18, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants