gserv icon indicating copy to clipboard operation
gserv copied to clipboard

GServ: Framework for SPAs and REST based services.

Results 14 gserv issues
Sort by recently updated
recently updated
newest added

Bumps [connect](https://github.com/senchalabs/connect) from 2.1.3 to 3.7.0. Changelog Sourced from connect's changelog. 3.7.0 / 2019-05-17 deps: [email protected] Set stricter Content-Security-Policy header Fix 404 output for bad / missing pathnames deps: encodeurl@~1.0.2...

dependencies
javascript

Bumps [rake](https://github.com/ruby/rake) from 10.0.4 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies
ruby

Bumps [uglify-js](https://github.com/mishoo/UglifyJS2) from 1.3.4 to 3.6.5. Release notes *Sourced from [uglify-js's releases](https://github.com/mishoo/UglifyJS2/releases).* > ## v3.6.5 >   > > ## v3.6.4 >   > > ## v3.6.3 >   >...

dependencies

I just tried the example, and it doesn't work ``` Caught: groovy.lang.MissingMethodException: No signature of method: io.github.javaconductor.gserv.delegates.ResourceDelegate.file() is applicable for argument types: (java.lang.String, java.lang.String) values: [text/html, a.html] Possible solutions: find(),...

If not, then this would be a feature request.

enhancement

JMX reporting needs work. Should report whatever the status Page does.

Should return the same resource with the specified pathPrefix. Each Actioin inside should now be rooted at the New Path. def r = resource('/one'){ ... } http{ resource r.asPath("/two") }...

Add Action stats to the Status page. Also, Avg&Max Simultaneous Requests.

something like: /thing/:data:[\d*] It will only match if the regEx is matched.

Need content negotiation strategy class to say, for instance, whether we want to use the file extension as the deciding factor in what media type to return. Also, extension-to-mediaType mapping...