~shunter/gemini-request

c4bee67727c2fb70f39d66b7480565299d39019e — Samuel Hunter 4 years ago 39b7405 v0.1.1
Promote version to v0.1.1

Changelog:

- Rename cl-gemini to gemini-request
- Revamped API to recognize, parse, and return mimetypes, parameters
- Autodetect the response charset and decode appropriately
- Remove raising a gmi-error on non-OK status codes
- Offer an alternative function that returns an output stream
  instead of a string.
- Provide more SSL options by passing it directly to CL+SSL
1 files changed, 1 insertions(+), 1 deletions(-)

M gemini-request.asd
M gemini-request.asd => gemini-request.asd +1 -1
@@ 4,7 4,7 @@
  :description "Communicate to servers through the gemini protocol"
  :author "Samuel Hunter"
  :license  "BSD 3-Clause"
  :version "0.1.0"
  :version "0.1.1"
  :depends-on (#:alexandria
               #:cl+ssl
               #:flexi-streams