You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tambapps edited this page Jul 11, 2022
·
2 revisions
HttpHaiku allows you to perform quickly one-shot requests, without having the need to instantiate an HttpPoet. You can still use the same parameters you would use when using a Poem
Examples
Get an url
def todos =HttpHaiku.get("$API_URL/todos", [author: 'someone@gmail.com'])