Add angel_framework/http.dart import
As of angel_framework@2.0.0-alpha.8, HTTP functionality is no longer included in package:angel_framework/angel_framework.dart. You'll now have to import package:angel_framework/http.dart as well.
This commit is contained in:
parent
eaf78ed1a5
commit
b711b5a697
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ import 'dart:io'
|
|||
stdout;
|
||||
import 'dart:isolate';
|
||||
import 'package:angel_framework/angel_framework.dart';
|
||||
import 'package:angel_framework/http.dart';
|
||||
import 'package:angel_websocket/server.dart';
|
||||
import 'package:charcode/ascii.dart';
|
||||
import 'package:dart2_constant/convert.dart';
|
||||
|
|
Loading…
Reference in a new issue