Appendix B. HTTP Status CodesContents: 100s: Informational You can find a detailed explanation of each status code in RFC 2616 (Hypertext Transfer Protocol—HTTP/1.1) at http://www.rfc-editor.org. B.1. 100s: InformationalIf an LWP request gets either of these rarely used codes, $response->is_info will be true. For all other status codes, $response->is_info will be false. 100 Continue 101 Switching Protocols Copyright © 2002 O'Reilly & Associates. All rights reserved. |
|