http_status 1.0.1+1 http_status: ^1.0.1+1 copied to clipboard
Http Status Codes for dart.
http_status #
Http Status Codes for dart.
Usage #
A simple usage example:
import 'package:http_status/http_status.dart';
main() {
print('${HttpStatusCode.OK}');
print('${HttpStatus.OK}');
}
Features and bugs #
Please file feature requests and bugs at the issue tracker.