Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  file_basic_multipart.sjs   Sprache: unbekannt

 
"use strict";

function handleRequest(request, response) {
  response.setHeader(
    "Content-Type",
    "multipart/x-mixed-replace;boundary=BOUNDARY",
    false
  );
  response.setStatusLine(request.httpVersion, 200, "OK");

  response.write(`--BOUNDARY
Content-Type: text/html

<h1>First</h1>
Will be replaced
--BOUNDARY
Content-Type: text/html

<h1>Second</h1>
This will stick around
--BOUNDARY
--BOUNDARY--
`);
}

[ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet)  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge