httpDate function

String httpDate()

Implementation

String httpDate() =>
    DateFormat('EEE, dd MMM y HH:mm:ss GMT', 'C').format(DateTime.now());