1*4882a593Smuzhiyunconfig BR2_PACKAGE_PERL_HTTP_MESSAGE 2*4882a593Smuzhiyun bool "perl-http-message" 3*4882a593Smuzhiyun select BR2_PACKAGE_PERL_ENCODE_LOCALE # runtime 4*4882a593Smuzhiyun select BR2_PACKAGE_PERL_HTTP_DATE # runtime 5*4882a593Smuzhiyun select BR2_PACKAGE_PERL_IO_HTML # runtime 6*4882a593Smuzhiyun select BR2_PACKAGE_PERL_LWP_MEDIATYPES # runtime 7*4882a593Smuzhiyun select BR2_PACKAGE_PERL_URI # runtime 8*4882a593Smuzhiyun help 9*4882a593Smuzhiyun HTTP style message (base class). 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun https://github.com/libwww-perl/HTTP-Message 12