def post(self, path, data, **options):
        """
        Parses POST request options and dispatches a request
        """
        method = "POST"