isRestfulUrl method

bool isRestfulUrl()

Implementation

bool isRestfulUrl() {
  return _RESTFul;
}