[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNU ELPA] Proposed new package url-scgi.el
From: |
Stefan Kangas |
Subject: |
Re: [GNU ELPA] Proposed new package url-scgi.el |
Date: |
Sat, 24 Sep 2022 19:05:33 -0400 |
Jean Louis <bugs@gnu.support> writes:
> I am using Emacs to accept double opt-in information from online
> subscribers.
>
> Can I then use Emacs to accept HTML forms by using url-scgi on server
> to easier parse data?
I'm not sure I understand what you're asking, but I'd probably just
start from scratch if I wanted to do something like that. Maybe you can
copy a snippet or two from url-scgi.el.
I suggest taking a look at the functions provided by url.el:
(info "(url) Retrieving URLs")