def on_request_uri(cli, request)

    case request.method
    when 'OPTIONS'
      process_options(cli, request)