DIP 1015--removal of integer & character literal conversion to bool--Final Review Begins

2018-09-14 Thread Mike Parker via Digitalmars-d-announce
The last chance for community feedback on DIP 1015, "Deprecation 
and removal of implicit conversion from integer and character 
literals to bool", is now underway. Please do not leave any 
feedback in this thread, but rather in the review thread in the 
General forum:


https://forum.dlang.org/post/uvdvelnddyhnpyxmh...@forum.dlang.org

Also, please be sure to review the guidelines for the Final 
Review round before leaving feedback:


https://github.com/dlang/DIPs/blob/master/PROCEDURE.md#final-review


hunt-http support http 2.0 protocol.

2018-09-14 Thread Brian via Digitalmars-d-announce
hunt-http is a http library, support http 1.1 / http 2.0 / 
websocket server and client, support SSL / TLS channel( use 
boringssl ).


1. Implement http 1.1 parser and server/client
2. Implement http 2.0 protocol(h2 / h2c) and server/client
3. Implement WebSocket protocol and server/client
4. H2C Demo
5. WebSocket Demo
6. SimpleHttp Demo
7. TLS Demo

project source code:
https://github.com/huntlabs/hunt-http