colaholiker
Mitglied
Sorry Sckero2004,
Ich habs bisher wohl vermasselt mit der Console: "Log" war deaktiviert.
Also nochmal: der neue Button:
-Response Type: "basic"...
-myblobtype: object
- Blob { size: 9, type: "text/blob" }
aufgeklappt:
size: 9
type: "text/blob"
<prototype>: BlobPrototype { slice: slice(), stream: stream(), text: text(), … }
Das gilt für:
Ich baue dann mal wieder den C++- Download- Code ein und melde mich mit dem Ergebnis...
Ich habs bisher wohl vermasselt mit der Console: "Log" war deaktiviert.
Also nochmal: der neue Button:
-Response Type: "basic"...
-myblobtype: object
- Blob { size: 9, type: "text/blob" }
aufgeklappt:
size: 9
type: "text/blob"
<prototype>: BlobPrototype { slice: slice(), stream: stream(), text: text(), … }
Das gilt für:
Code:
server.send(200, "text/blob", "Test-blob");
Ich baue dann mal wieder den C++- Download- Code ein und melde mich mit dem Ergebnis...