B4J Question jServer other Methods than GET/POST

MathiasM

Active Member
Licensed User
Hello

I'm developing an API with the jServer lib, the tutorial and documentation state that GET/POST is supported. However, I tried PUT and it also seem to be detected with the Method property on the jServer class, also the handles just seem to work fine.

So my question is actually more of a clarification issue: Are PUT/PATCH supported? If yes, maybe the documentation could be updated accordingly. If no, what exactly does not work? As said before, my testing shows no anomalies, but I'm not an expert in any way.

Thanks!
 
Top