sage HTTP request/response
Hello
I would like to do some math in sage then be able to communicate my answer to a php server using post/get etc...
I understand that it is possible to use sage functions inside the sage python shell and do everything else in python. My concrete question is whether it is possible using only native sage (no python) to do POST/GET communications?