- Move source code from `trunk` into program root directory. - Update build files and include paths. - Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
14 lines
173 B
Modula-2
14 lines
173 B
Modula-2
LIBRARY http.obj
|
|
|
|
EXPORTS prefix
|
|
http_get
|
|
http_head
|
|
http_post
|
|
http_receive
|
|
http_send
|
|
http_free
|
|
http_disconnect
|
|
http_find_header_field
|
|
http_escape
|
|
http_unescape
|