We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcc51f commit 819bae0Copy full SHA for 819bae0
README.md
@@ -538,24 +538,6 @@ PHP
538
- Requires the IPC server: [Neutral TS IPC Server](https://github.com/FranBarInstance/neutral-ipc/releases)
539
- Requires the PHP IPC client: [Neutral TS IPC Clients](https://github.com/FranBarInstance/neutral-ipc)
540
541
-```text
542
-include 'NeutralIpcTemplate.php';
543
-
544
-$template = new NeutralIpcTemplate("file.ntpl", $schema);
545
-$contents = $template->render();
546
547
-// e.g.: 200
548
-$status_code = $template->get_status_code();
549
550
-// e.g.: OK
551
-$status_text = $template->get_status_text();
552
553
-// empty if no error
554
-$status_param = $template->get_status_param();
555
556
-// act accordingly at this point according to your framework
557
-```
558
559
Node.js
560
-------
561
0 commit comments