Version 0.0.3
Pre-release
Pre-release
What added
Added async web request feature.
Syntax
Added:
event-value
event-connection
event
[on] [skeb] get [web] [request] response
[on] [skeb] put [web] [request] response
[on] [skeb] post [web] [request] response
[on] [skeb] delete [web] [request] response
effect
[skeb] send get [web] request to [url] %string% [[(with|and)] header %header%] [[(with|and)] body %string%]
[skeb] send put [web] request to [url] %string% [[(with|and)] header %header%] [[(with|and)] body %string%]
[skeb] send post [web] request to [url] %string% [[(with|and)] header %header%] [[(with|and)] body %string%]
[skeb] send delete [web] request to [url] %string% [[(with|and)] header %header%] [[(with|and)] body %string%]
Full Changelog: v0.0.2...v0.0.3