Skip to content

Instantly share code, notes, and snippets.

@elek
Last active January 10, 2016 10:44
Show Gist options
  • Save elek/d4cedeacff0fc981cab1 to your computer and use it in GitHub Desktop.
Save elek/d4cedeacff0fc981cab1 to your computer and use it in GitHub Desktop.
httpie vs cuel
> curl "https://tilos.hu/feed/show/3-utas" !1780
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<title>3. utas [Tilos Rádió podcast]</title>
<language>hu</language>
<updated>2016-01-10T11:43:09.284+01:00</updated>
<id>http://tilos.hu/show/3-utas</id>
<link href="https://tilos.hu/feed/show/3-utas" rel="self" type="application/atom+xml"/>
<itunes:author>Tilos Radio</itunes:author>
<itunes:explicit>clean</itunes:explicit>
<entry>
<title>Critical Biomass</title>
<link href="https://tilos.hu/episode/3-utas/2015/12/30" rel="alternate" type="text/html"/>
<link href="http://tilos.hu/mp3/tilos-20151230-100538-120230.mp3" rel="enclosure" type="audio/mpeg"/>
<updated>2015-12-30T12:02:30+01:00</updated>
<id>https://tilos.hu/episode/3-utas/2015/12/30</id>
<published>2015-12-30T12:02:30+01:00</published>
> http "https://tilos.hu/feed/show/3-utas" !1783
HTTP/1.1 200 OK
Connection: close
Content-Type: application/atom+xml
Date: Sun, 10 Jan 2016 10:43:24 GMT
Server: nginx/1.4.6 (Ubuntu)
Strict-Transport-Security: max-age=15768000
Transfer-Encoding: chunked
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns0:feed xmlns:ns0="http://www.w3.org/2005/Atom" xmlns:ns1="http://www.itunes.com/dtds/podcast-1.0.dtd">
<ns0:title>3. utas [Tilos Rádió podcast]</ns0:title>
<ns0:language>hu</ns0:language>
<ns0:updated>2016-01-10T11:43:24.866+01:00</ns0:updated>
<ns0:id>http://tilos.hu/show/3-utas</ns0:id>
<ns0:link href="https://tilos.hu/feed/show/3-utas" rel="self" type="application/atom+xml" />
<ns1:author>Tilos Radio</ns1:author>
<ns1:explicit>clean</ns1:explicit>
<ns0:entry>
<ns0:title>Critical Biomass</ns0:title>
<ns0:link href="https://tilos.hu/episode/3-utas/2015/12/30" rel="alternate" type="text/html" />
<ns0:link href="http://tilos.hu/mp3/tilos-20151230-100538-120230.mp3" rel="enclosure" type="audio/mpeg" />
<ns0:updated>2015-12-30T12:02:30+01:00</ns0:updated>
<ns0:id>https://tilos.hu/episode/3-utas/2015/12/30</ns0:id>
<ns0:published>2015-12-30T12:02:30+01:00</ns0:published>
<ns0:author>
<ns0:email>info@tilos.hu</ns0:email>
<ns0:name>Tilos Rádió</ns0:name>
</ns0:author>
<ns1:duration>70120</ns1:duration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment