import std.net.curl; void main() { auto http = HTTP("173.194.69.94"); http.verbose(false); http.method = HTTP.Method.options; http.perform(); }