$
c
l
i
e
n
t
=
n
e
w
G
u
z
z
l
e
H
t
t
p
C
l
i
e
n
t
(
)
;
$
u
r
l
=
'
h
t
t
p
s
:
/
/
c
o
n
f
e
r
e
n
c
e
.
p
h
p
b
e
n
e
l
u
x
.
e
u
/
'
;
$
r
e
s
p
o
n
s
e
=
$
c
l
i
e
n
t
r
e
q
u
e
s
t
(
'
G
E
T
'
,
$
u
r
l
)
;
$
r
e
s
p
o
n
s
e
_
c
o
d
e
=
$
r
e
s
p
o
n
s
e
g
e
t
S
t
a
t
u
s
C
o
d
e
(
)
;
i
f
(
$
r
e
s
p
o
n
s
e
_
c
o
d
e
=
=
S
t
a
t
u
s
C
o
d
e
:
:
O
K
)
{
e
c
h
o
'
I
t
w
o
r
k
s
!
'
;
}
e
l
s
e
i
f
(
$
r
e
s
p
o
n
s
e
_
c
o
d
e
=
=
S
t
a
t
u
s
C
o
d
e
:
:
I
M
_
A
_
T
E
A
P
O
T
)
{
e
c
h
o
'
W
e
b
s
i
t
e
d
o
w
n
.
W
o
u
l
d
l
i
k
e
a
c
u
p
o
f
t
e
a
i
n
s
t
e
a
d
?
'
;
}