Closed guilhermecgs closed 7 years ago
Within the main repository, the API intro notebook has an example using the most common HTTP verbs, including POST
: https://github.com/jupyter/kernel_gateway/blob/master/etc/api_examples/api_intro.ipynb
The http-mode documentation has a POST example in this section: http://jupyter-kernel-gateway.readthedocs.io/en/latest/http-mode.html#setting-the-response-status-and-headers
All the examples use GET methods...
Can I use POST methods also? Can you provide examples?