You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently one needs to define the http status code of the response as a string like "200 OK" or "404 File Not Found" which is impractical and is questionable as it's a probable cause of erros.
Xojo Web has status As integer, which this case would also like to have.
This should be defined in a newer ESResponse class that would also be added to the RequestHandlerDelegate.
Currently one needs to define the http status code of the response as a string like "200 OK" or "404 File Not Found" which is impractical and is questionable as it's a probable cause of erros.
Xojo Web has status As integer, which this case would also like to have.
This should be defined in a newer ESResponse class that would also be added to the RequestHandlerDelegate.
See for handler delegate info:
#13
The text was updated successfully, but these errors were encountered: