You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major bugs are been fixed and few features are added.
[Major]324ebb1 Allow params at arbitrary location in route strings i.e. /slug-:username-:secondaryId, user will get username and secondaryId in the request.Params field.
[Major]e55f59dExpressInterface has been added to the express package, now you can use this to pass around the express instance in your code.
[Feature]cd29893 The CompileRegex function of router package is now been made public so that users can generate express like route's regexes and manually operate on them for the purpose of extending feature of router.
[Minor]27f8028 Set default charset to UTF-8 for text/html response.
[Minor]#17 : Concat value of multiple headers with same name into one
This is a first thoroughly tested stable version of goexpress in production environment