File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "version": "nightly ",
2+ "version": "5.0.0-preview.1 ",
33 "resolveLibs": "scoped"
44}
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ Features
2727Getting Started
2828====
2929
30+ Requires Haxe 5.0 preview 1, no other version works (better forwards compatibility hopefully for the next Haxe preview edition)
31+
3032Install dev version:
3133```
3234haxelib git weblink https://github.com/PXshadow/weblink v2
@@ -37,8 +39,8 @@ Include in build.hxml
3739```
3840
3941# Targets
40- * hashlink
41- * interp maybe
42+ * Hashlink
43+ * Interp (untested but may work?)
4244
4345# Benchmark
4446
@@ -65,14 +67,15 @@ Supported
6567 - [ ] [ Token revocation] ( https://oauth.net/2/token-revocation/ )
6668 - [ ] [ Metadata] ( https://oauth.net/2/authorization-server-metadata/ )
6769 - [x] Bcrypt Passwords
68- - [ ] ssl (haxe 4.2)
70+ - [ ] ssl (Haxe 4.2)
6971 - [ ] [ cert bot] ( https://certbot.eff.org/ ) easy integration
7072- extra
7173 - [x] [ content type] ( https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type )
7274 - [x] bytes (png image for instance)
7375 - [x] [ redirects] ( https://developer.mozilla.org/en-US/docs/Web/HTTP/Redirections )
7476 - [x] serve web content (files ex: html/images/sounds)
7577 - [x] projection (a type with certain attributes of another type, useful to send only some data)
78+ - [ ] [ hxcoro] ( https://github.com/haxeFoundation/hxcoro ) usage
7679
7780# Contributing
7881
You can’t perform that action at this time.
0 commit comments