Hi, The method [request.form_data.get](https://docs.circuitpython.org/projects/httpserver/en/latest/api.html#adafruit_httpserver.request.FormData.get) seems to return the string "None" if the requested field doesn't exist. Is should probably return the NoneType None?