Using `HttpApi` Without HTTP for Server-Side Calls

is there a way to work with an
HttpApi
without actually using HTTP?

e.g, i want to create a user somewhere on my server. i already have client.users.create - but there's no need to actually use HTTP transport since i'm calling it server-side.

can i basically skip the network hop and route directly to the handler?
Was this page helpful?