Blob Blame History Raw
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="tech-soup" xml:lang="ko">

  <info>
    <link type="guide" xref="tech" group="soup"/>

    <credit type="author copyright">
      <name>Federico Mena Quintero</name>
      <email its:translate="no">federico@gnome.org</email>
      <years>2013</years>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="cc-by-sa-3-0.xml"/>

    <desc>쿠키, SSL, XML-RPC 기능을 갖춘 비동기 HTTP 라이브러리</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>조성호</mal:name>
      <mal:email>shcho@gnome.org</mal:email>
      <mal:years>2016, 2017.</mal:years>
    </mal:credit>
  </info>

<title>수프</title>

  <p>수프 또는 보통 부르는 libsoup는 네트워크 요청을 보낼 때 사용자 인터페이스 동작을 막지 않는 비동기 처리 과정이 필요할 때 그래픽 프로그램에서 활용하도록 설계했습니다.</p>

  <p>수프는 HTTP 쿠키, SSL 암호화 연결, HTTP 기반 XML-RPC 프로토콜 활용 기능이 있습니다.</p>

  <note>
    <p>하찮은 상식: soup를 "수프"라고 하는 이유는 HTTP로 SOAP 요청을 수행하는 라이브러리로 시작했기 때문입니다. 영어를 배운다는 스페인 발표자 하나가 "soup"와 "soap"를 자주 혼동했는데, 이런 웃긴 일에 착안하여 "soup" 이름을 붙였습니다.</p>
  </note>

  <list style="compact">
    <item><p><link href="https://developer.gnome.org/libsoup/stable/">수프 참고 설명서</link></p></item>
  </list>

</page>