Changeset 3ce68b7 in mainline for uspace/lib/http/http.h
- Timestamp:
- 2013-09-26T09:01:36Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b623b68
- Parents:
- c17469e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/http/http.h
rc17469e r3ce68b7 84 84 extern void http_header_init(http_header_t *); 85 85 extern http_header_t *http_header_create(const char *, const char *); 86 extern int http_header_parse(const char *, http_header_t *); 86 extern int http_header_receive_name(receive_buffer_t *, char **); 87 extern int http_header_receive_value(receive_buffer_t *, char **); 88 extern int http_header_receive(receive_buffer_t *, http_header_t *); 89 extern void http_header_normalize_value(char *); 87 90 ssize_t http_header_encode(http_header_t *, char *, size_t); 88 91 extern void http_header_destroy(http_header_t *);
Note:
See TracChangeset
for help on using the changeset viewer.