Skip to content

Provides examples of using the S object in the Lift RestHelper. Indicates a possible bug with setHeader

Notifications You must be signed in to change notification settings

steppenwells/RestHelperSInteration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a copy of the simplylift rest hepler example with an additional set of endpoints that interact with the S object. These are defined in the src/main/scala/cod/lib/SInteractingHelper object. There are 3 examples, one of which does not work as expected:

/servejx/header/ serves (using serveJx) an item and sets a response header. Not currently working.

/servejx/param/?desc= serves (using serveJx) an item and override description with request parameter. Works fine

/serve/resp/ serves an item using serve method that sets a header using S and creates the response manually. Header is set correctly.

About

Provides examples of using the S object in the Lift RestHelper. Indicates a possible bug with setHeader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages