ResponseInfos (http)
De Wiki1000
(Différences entre les versions)
(Nouvelle page : <source lang='delphi'>property ResponseInfos:string;</source> '''Lecture seule''' Cette propriété retourne une chaîne d'information sur la réponse à la requête. Exemple: <so...) |
|||
Ligne 7 : | Ligne 7 : | ||
Exemple: | Exemple: | ||
<source lang='delphi'> | <source lang='delphi'> | ||
− | + | HTTP/1.1 200 OK | |
− | + | Date:Wed, 06 Apr 2016 07:07:47 GMT | |
+ | Expires:-1 | ||
+ | Cache-Control:private, max-age=0 | ||
+ | Content-Type:text/html; charset=UTF-8 | ||
+ | P3P:CP="This is not a P3P policy! See https://www.google.com/support/accounts/answer/151657?hl=en for more info." | ||
+ | Server:gws | ||
+ | X-XSS-Protection:1; mode=block | ||
+ | X-Frame-Options:SAMEORIGIN | ||
+ | Set-Cookie:NID=78=UVzlJ853_YOc8PNmqGXRr1xgfQYpbBgUh2l2j6UOKNDb4LDyJlxTFrrt0Kj76Q4qb-NTK9vJMInXhYkMEh4fORLZNaai6YA8kYIgQhLXEq7UztFB4EZp6XD9UsKte04E; expires=Thu, 06-Oct-2016 07:07:47 GMT; path=/; domain=.google.fr; HttpOnly | ||
+ | Alternate-Protocol:443:quic | ||
+ | Alt-Svc:quic=":443"; ma=2592000; v="32,31,30,29,28,27,26,25" | ||
+ | Accept-Ranges:none | ||
+ | Vary:Accept-Encoding | ||
+ | Transfer-Encoding:chunked | ||
</source> | </source> | ||
Version actuelle en date du 6 avril 2016 à 08:08
property ResponseInfos:string;
Lecture seule
Cette propriété retourne une chaîne d'information sur la réponse à la requête.
Exemple:
HTTP/1.1 200 OK Date:Wed, 06 Apr 2016 07:07:47 GMT Expires:-1 Cache-Control:private, max-age=0 Content-Type:text/html; charset=UTF-8 P3P:CP="This is not a P3P policy! See https://www.google.com/support/accounts/answer/151657?hl=en for more info." Server:gws X-XSS-Protection:1; mode=block X-Frame-Options:SAMEORIGIN Set-Cookie:NID=78=UVzlJ853_YOc8PNmqGXRr1xgfQYpbBgUh2l2j6UOKNDb4LDyJlxTFrrt0Kj76Q4qb-NTK9vJMInXhYkMEh4fORLZNaai6YA8kYIgQhLXEq7UztFB4EZp6XD9UsKte04E; expires=Thu, 06-Oct-2016 07:07:47 GMT; path=/; domain=.google.fr; HttpOnly Alternate-Protocol:443:quic Alt-Svc:quic=":443"; ma=2592000; v="32,31,30,29,28,27,26,25" Accept-Ranges:none Vary:Accept-Encoding Transfer-Encoding:chunked
Voir aussi: