mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
web: Remove export of nonexistent 'open-connection-for-uri'.
* module/web/client.scm: Don't export 'open-connection-for-uri', which doesn't exist.
This commit is contained in:
parent
da9dee098f
commit
011669af3b
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; Web client
|
;;; Web client
|
||||||
|
|
||||||
;; Copyright (C) 2011, 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc.
|
;; Copyright (C) 2011, 2012, 2013, 2014, 2015, 2016, 2017 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; This library is free software; you can redistribute it and/or
|
;; This library is free software; you can redistribute it and/or
|
||||||
;; modify it under the terms of the GNU Lesser General Public
|
;; modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -47,7 +47,6 @@
|
||||||
#:prefix rnrs-ports:)
|
#:prefix rnrs-ports:)
|
||||||
#:export (current-http-proxy
|
#:export (current-http-proxy
|
||||||
open-socket-for-uri
|
open-socket-for-uri
|
||||||
open-connection-for-uri
|
|
||||||
http-get
|
http-get
|
||||||
http-get*
|
http-get*
|
||||||
http-head
|
http-head
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue