Skip to content

Instantly share code, notes, and snippets.

View graphicbeacon's full-sized avatar
🏠
Working from home

Jermaine Oppong graphicbeacon

🏠
Working from home
View GitHub Profile
@mitsuoka
mitsuoka / HttpSessionTestServer.dart
Last active September 8, 2018 10:27
Dart HTTP servers utilizing HttpSession abstract class
/*
Dart code sample : Simple HttpSession test server.
Note: Do not use this code for actual applications.
Usage:
1) Run this HttpSessionTest.dart as server.
2) Access this server from your browser : http://localhost:8080/SessionTest
Ref: www.cresc.co.jp/tech/java/Google_Dart/DartLanguageGuide.pdf (in Japanese)
November 2012, by Cresc Corp.
January 2013, incorporated API change
February 2013, incorporated API cange (Date -> DateTime)