http_status 1.0.1+1 copy "http_status: ^1.0.1+1" to clipboard
http_status: ^1.0.1+1 copied to clipboard

outdatedDart 1 only

Http Status Codes for dart.

example/http_status_example.dart

// Copyright (c) 2017, Era Productions. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

import 'package:http_status/http_status.dart';

main() {
  print('${HttpStatusCode.OK}');
  print('${HttpStatus.OK}');
}
4
likes
30
pub points
69%
popularity

Publisher

verified publisherandcan.dev

Http Status Codes for dart.

Homepage

License

BSD-3-Clause (LICENSE)

More

Packages that depend on http_status