BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//pretalx//pretalx.com//juliacon2024//talk//PSEQNH
BEGIN:VTIMEZONE
TZID:CET
BEGIN:STANDARD
DTSTART:20001029T040000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20000326T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:pretalx-juliacon2024-PSEQNH@pretalx.com
DTSTART;TZID=CET:20240710T160000
DTEND;TZID=CET:20240710T163000
DESCRIPTION:We have a Julia application that communicates with other servic
 es over REST APIs. These services use mutual TLS for authentication\, whic
 h in turn requires the use of client side TLS certificates. We found that 
 LibCURL was the best way to do HTTPS with client certificates\, but with a
  very C like interface\, it was hard for Julia developers to use.\n\nThis 
 led us to build CurlHTTP\, which is a very Julia like interface for doing 
 HTTP(S) with LibCURL.
DTSTAMP:20260611T075308Z
LOCATION:Method (1.5)
SUMMARY:Curling with Julia: A brief overview of CurlHTTP.jl - Philip Tellis
URL:https://pretalx.com/juliacon2024/talk/PSEQNH/
END:VEVENT
END:VCALENDAR
