#!/usr/bin/env lua local http=require("socket.http"); local request_body ... code, response_headers = http.request{ url = "http://httpbin.org/post", ...
確定! 回上一頁