|
<< Click to Display Table of Contents >> Navigation: Constants > JsonContentType |
SIGNATURE=IW.HTTP.Reply.JsonContentType
ETYPE=Constant
Declaration:
Delphi: |
JsonContentType = 'application/json; charset=UTF-8'; |
C++: |
JsonContentType = "application/json; charset=UTF-8"; |
Unit: IW.HTTP.Reply.pas
Description: This is constant IW.HTTP.Reply.JsonContentType.