HttpResponseEx.serveData

Utility function to serve arbitrary data.

  1. HttpResponseEx serveData(string data, string contentType)
  2. HttpResponseEx serveData(DataVec data, string contentType)
  3. HttpResponseEx serveData(Data data, string contentType)
    class HttpResponseEx
    public
    serveData

Meta