<media type>/<sub type>
. The media type can be something like application
or text
and the the sub type can be something like xml
or plain
. Both the media type and sub type can also be the wild card *
such as */*
and text/*
. Note, if the media type is the wild card then the sub type must also be a wild card.
@author Steven McArdle
|
|