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
I cannot find any documented way of sending a post request with a body or setting custom headers on the request. According to the docs Test.post(url:string) there is only a url accepted. How should I set headers and post body on request?
Setup:
deno 1.11.5 (release, aarch64-apple-darwin)
v8 9.1.269.35
typescript 4.3.2
SuperOak Version: 4.3.0
Details
Please replace this quote block with the details of the feature / bug you wish
to be addressed. If it is a bug please do your best to add steps to reproduce.
The text was updated successfully, but these errors were encountered:
Issue
I cannot find any documented way of sending a post request with a body or setting custom headers on the request. According to the docs
Test.post(url:string)
there is only a url accepted. How should I set headers and post body on request?Setup:
Details
The text was updated successfully, but these errors were encountered: