Closed EvgenyKarataev closed 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.
doGet
application/json
Currently
doGet
by default set the content type accept header toapplication/json
. Add the version ofdoGet
method to let users of that util class to provide other values for accept header.