``` $ ./program.kexe <http://jetbrains.com> Header...
# kotlin-native
o
Copy code
$ ./program.kexe <http://jetbrains.com>
Header: HTTP/1.1 301 Moved Permanently = ``
Header: Server = `nginx`
Header: Date = `Wed, 29 Mar 2017 10:33:03 GMT`
Header: Content-Type = `text/html`
Header: Content-Length = `178`
Header: Connection = `keep-alive`
Header: Location = `<http://www.jetbrains.com/>`
🤔 1
K 5
s
Whats the size of the binary? Hope we can do static linking of the libcurl and doesn’t require the curl to be installed on target machines.
o
247652 bytes
K 1
👍 1
libcurl is linked statically, yes
Correction: it was unoptimised build, optimized is 188520 bytes
👍 1
s
awesome! waiting for the EAP 😉