I hope i will explain my question correctly.
I would like to make a request, to a url or a entity that lives at some port or address
and whatever is listening at that port will take the request and run with it, but will not
respond at all and neither will the client wait for the response, it will continue doing what needs to be done next,
the server or whatever is listening on that port will do what instructions i layed out in the request and that is it, i do not need confirmation whether what i wanted done got done
is this possible?
if i could sum up my questions it would be how can i make non-blocking to the client http requests to a listener on a remote host
if it is not possible, please explain to me why in short or point me where i could find this info.
Your question embodies a contradiction in terms. HTTP is a request/response protocol.