Skip to content

MikeMitterer/DART-HttpStatusCodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

DART-HttpStatusCodes

HTTP status codes for Dart.


class HttpStatus {
  /** Status-Code: 0 (Communication with Server failed) */
  static final int HTTP_COMMUNICATION_FAILED = 0;
  static final int HTTP_0_COMMUNICATION_FAILED = 0;
  
  /** HTTP Status-Code: 200 (OK) */
static final int HTTP_OK = 200; static final int HTTP_200_OK = 200; /** HTTP Status-Code: 201 (Created) */ static final int HTTP_CREATED = 201; static final int HTTP_201_CREATED = 201; ... all the other codes are in the .dart-file }

Hope this helps someone.

If you ask yourself what the f*** is Dart - then click [dartlang] for more information about this great new language from Google.

If this sample is helpful for you - please (Circle) me.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages