Figured out how to include Body in the Request API. For now, because we are using only a single Body attribute, it’s better to implement that attribute in the Request struct.
There are Request object and request, and they are different! Request object is exposed to JS. request that is part of Request object is used internally.
Headers API
Malisa worked on fixing an issue that has been blocking her work.