repo.or.cz
/
MonkeyD.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix 64 bits warnings and issues
[MonkeyD.git]
/
qa
/
head.htt
blob
6956c474645cb30f416fca2dc4a5b3b5651357c3
1
################################################################################
2
# DESCRIPTION
3
# HEAD method.
4
#
5
# AUTHOR
6
# Carlos Ghan <charlie.brown.uy@gmail.com>
7
#
8
# DATE
9
# June 29 2009
10
################################################################################
11
12
13
INCLUDE __CONFIG
14
15
CLIENT
16
_REQ $HOST $PORT
17
__HEAD / $HTTPVER
18
__Host: $HOST
19
__Connection: close
20
__
21
_EXPECT . "HTTP/1.1 200 OK"
22
_WAIT 0
23
END