HTTPApiBuilder for securitySetCookie but if i want to set a non secure cookie, what is the best way to do that or to get the response in general?handleRaw and then returning an HttpServerResponse but that seems to be overkill for what im doing, appendPreResponseHandler & unsafeSetCookie push errors into the error channel that im not sure how to handle so im assuming thats not the correct usage of the API, super open to any suggestions or examples