Skip to content

Instantly share code, notes, and snippets.

@phpfiddle
Created February 22, 2017 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phpfiddle/502d1df4f806fa3449e05bcc6248ca98 to your computer and use it in GitHub Desktop.
Save phpfiddle/502d1df4f806fa3449e05bcc6248ca98 to your computer and use it in GitHub Desktop.
[ Posted by Thrawn ] gpio backend service
<?php
header('Content-Type: application/json');
echo json_encode($_POST);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment