http_status_code.hpp Dosya Başvurusu

HTTP durum kodu tanımı. Daha...

#include <string>

Namespace'ler

namespace  

Azure

SHA256, SHA384 ve SHA512 kullanarak giriş ikili verilerinin karma değerini hesap edin.

Numaralandırma

enum class  

Azure::Core::Http::HttpStatusCode {   None = 0 , Continue = 100 , SwitchingProtocols = 101 , Processing = 102 ,   EarlyHints = 103 , Ok = 200 , Created = 201 , Accepted = 202 ,   NonAuthoritativeInformation = 203 , NoContent = 204 , ResetContent = 205 , PartialContent = 206 ,   MultiStatus = 207 , AlreadyReported = 208 , IMUsed = 226 , MultipleChoices = 300 ,   MovedPermanently = 301 , Found = 302 , SeeOther = 303 , NotModified = 304 ,   UseProxy = 305 , TemporaryRedirect = 307 , PermanentRedirect = 308 , BadRequest = 400 ,   Unauthorized = 401 , PaymentRequired = 402 , Forbidden = 403 , NotFound = 404 ,   MethodNotAllowed = 405 , NotAcceptable = 406 , ProxyAuthenticationRequired = 407 , RequestTimeout = 408 ,   Conflict = 409 , Gone = 410 , LengthRequired = 411 , PreconditionFailed = 412 ,   PayloadTooLarge = 413 , UriTooLong = 414 , UnsupportedMediaType = 415 , RangeNotSatisfiable = 416 ,   ExpectationFailed = 417 , MisdirectedRequest = 421 , UnprocessableEntity = 422 , Locked = 423 ,   FailedDependency = 424 , TooEarly = 425 , UpgradeRequired = 426 , PreconditionRequired = 428 ,   TooManyRequests = 429 , RequestHeaderFieldsTooLarge = 431 , UnavailableForLegalReasons = 451 , InternalServerError = 500 ,   NotImplemented = 501 , BadGateway = 502 , ServiceUnavailable = 503 , GatewayTimeout = 504 ,   HttpVersionNotSupported = 505 , VariantAlsoNegotiates = 506 , InsufficientStorage = 507 , LoopDetected = 508 ,   NotExtended = 510 , NetworkAuthenticationRequired = 511 }

Olası HTTP durum kodlarını tanımlar. Daha...

Numaralandırma Türü Belgeleri

HTTP Durum Kodu

enum class Azure::Core::Http::HttpStatusCode strong

Numaralayıcı

None 

HTTP durum kodu yok.

Continue 

HTTP 100 Devam Et.

SwitchingProtocols 

HTTP 101 Geçiş Protokolleri.

Processing 

HTTP 102 İşleme.

EarlyHints 

HTTP 103 erken ipuçları.

Ok 

HTTP 200 Tamam.

Created 

HTTP 201 Oluşturuldu.

Accepted 

HTTP 202 Kabul Edildi.

NonAuthoritativeInformation 

HTTP 203 Yetkili Olmayan Bilgiler.

NoContent 

HTTP 204 İçerik Yok.

ResetContent 

HTTP 205 Rest İçeriği.

PartialContent 

HTTP 206 Kısmi İçerik.

MultiStatus 

HTTP 207 Çoklu Durum.

AlreadyReported 

HTTP 208 zaten bildirildi.

IMUsed 

HTTP 226 Anlık İleti Kullanıldı.

MultipleChoices 

HTTP 300 Birden Çok Seçenek.

MovedPermanently 

HTTP 301 kalıcı olarak taşındı.

Found 

HTTP 302 Bulundu.

SeeOther 

HTTP 303 Bkz. Diğer.

NotModified 

HTTP 304 Değiştirilmedi.

UseProxy 

HTTP 305 Proxy kullanın.

TemporaryRedirect 

HTTP 307 Geçici Yeniden Yönlendirme.

PermanentRedirect 

HTTP 308 Kalıcı Yeniden Yönlendirme.

BadRequest 

HTTP 400 Hatalı İstek.

Unauthorized 

HTTP 401 Yetkisiz.

PaymentRequired 

HTTP 402 Ödeme Gerekli.

Forbidden 

HTTP 403 Yasak.

NotFound 

HTTP 404 Bulunamadı.

MethodNotAllowed 

HTTP 405 Yöntemine İzin Verilmiyor.

NotAcceptable 

HTTP 406 Kabul Edilemez.

ProxyAuthenticationRequired 

HTTP 407 Proxy Kimlik Doğrulaması Gerekli.

RequestTimeout 

HTTP 408 İstek Zaman Aşımı.

Conflict 

HTTP 409 Çakışması.

Gone 

HTTP 410 Gitti.

LengthRequired 

HTTP 411 Uzunluğu Gerekli.

PreconditionFailed 

HTTP 412 Önkoşulu Başarısız Oldu.

PayloadTooLarge 

HTTP 413 Yükü Çok Büyük.

UriTooLong 

HTTP 414 URI'sı Çok Uzun.

UnsupportedMediaType 

HTTP 415 Desteklenmeyen Medya Türü.

RangeNotSatisfiable 

HTTP 416 Aralığı Satisfiable değil.

ExpectationFailed 

HTTP 417 Beklentisi Başarısız Oldu.

MisdirectedRequest 

HTTP 421 Yanlış Yönlendirilmiş İstek.

UnprocessableEntity 

HTTP 422 İşlenemeyen Varlık.

Locked 

HTTP 423 Kilitli.

FailedDependency 

HTTP 424 Bağımlılık Başarısız Oldu.

TooEarly 

HTTP 425 Çok Erken.

UpgradeRequired 

HTTP 426 YükseltmeSi Gerekiyor.

PreconditionRequired 

HTTP 428 Önkoşul Gerekli.

TooManyRequests 

HTTP 429 Çok Fazla İstek Var.

RequestHeaderFieldsTooLarge 

HTTP 431 İstek Üst Bilgisi Alanları Çok Büyük.

UnavailableForLegalReasons 

HTTP 451 yasal nedenlerle kullanılamıyor.

InternalServerError 

HTTP 500 İç Sunucu Hatası.

NotImplemented 

HTTP 501 Uygulanmadı.

BadGateway 

HTTP 502 Hatalı Ağ Geçidi.

ServiceUnavailable 

HTTP 503 Kullanılamıyor.

GatewayTimeout 

HTTP 504 Ağ Geçidi Zaman Aşımı.

HttpVersionNotSupported 

HTTP 505 HTTP Sürümü Desteklenmiyor.

VariantAlsoNegotiates 

HTTP 506 Variant da anlaşmalı.

InsufficientStorage 

HTTP 507 Yetersiz Depolama.

LoopDetected 

HTTP 508 Döngüsü Algılandı.

NotExtended 

HTTP 510 Genişletilmedi.

NetworkAuthenticationRequired 

HTTP 511 Ağ Kimlik Doğrulaması Gerekli.