projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
http_recv/dccp_recv: simplify post_select()
[paraslash.git]
/
http.h
1
/** \file http.h macros used by http_send and http_recv */
2
#define HTTP_OK_MSG "HTTP/1.0 200 OK\r\n\r\n"
3
#define HTTP_GET_MSG "GET / HTTP/"