RocketRequest constructor
RocketRequest({})
انشاء الطلب.
url
هو الرابط الخاص بالخادم بدون نقطة النهاية كمثال
شكل صحيح
شكل حاطئ
headers
متغيير اختياري
setCookies
Cookies تفعيل او الغاء حاصية الحفاظ على
debugging
console تفعيل او الغاء ظهور المشاكل في
Implementation
RocketRequest(
{required this.url,
this.headers = const {},
this.setCookies = false,
this.debugging = true});