The package is completely rewritten so the syntax is modified
- The file upload of the webserserver function is improved
- the verbose parameter is added in the start function server.start(config=Dict("host" => "$(ip)","port" => port),verbose=false)
- Fix the error when starting a server with the HTTP.jl update
- Julia version 1.0 syntax update
- Elimination of try and global variables
- Add headeralways function
- Documentation update
- Refactor urls regex and add test regular expression
- Compatibility with julia version 0.7
- Documentation update
- adding the debug option
- config start
- add methods http
- add routes_patterns
- optimizing routes
- refactor notfount, cors, body
- optimizing the search and execution of routes
- modularized data formats accepted
- Bug fixed
- New features
- Micro framework for web programming in Julia