ColFusion / ColfusionServer

0 stars 1 forks source link

Add doGet overloaded function to accept parameter for "accept" header #24

Closed EvgenyKarataev closed 9 years ago

EvgenyKarataev commented 9 years ago

Currently doGet by default set the content type accept header to application/json. Add the version of doGet method to let users of that util class to provide other values for accept header.