Add information to HTTP Header in WordPress Plugin

PHP allows you to send header information using the header() command.

More specific to WordPress is the send_headers action hook.

Also: always remember that you have to send all your headers before any output is sent to the screen.