menu
khadem package
documentation
http.dart
Request
isSecure property
isSecure property
dark_mode
light_mode
isSecure
property
bool
get
isSecure
Checks if request is HTTPS
Implementation
bool get isSecure => _metadata.isSecure;
khadem package
documentation
http
Request
isSecure property
Request class