Referensi File http_status_code.hpp

Definisi kode status HTTP. Lebih...

#include <string>

Namespace

namespace  

Azure

Komputasi nilai hash untuk input data biner, menggunakan SHA256, SHA384, dan SHA512.

Enumerasi

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 }

Menentukan kemungkinan kode status HTTP. Lebih...

Dokumentasi Jenis Enumerasi

HttpStatusCode (Kode Status HTTP)

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

Pencacah

None 

Tidak ada kode status HTTP.

Continue 

HTTP 100 Lanjutkan.

SwitchingProtocols 

Protokol Pengalihan HTTP 101.

Processing 

Pemrosesan HTTP 102.

EarlyHints 

HTTP 103 Petunjuk Awal.

Ok 

HTTP 200 OK.

Created 

HTTP 201 Dibuat.

Accepted 

HTTP 202 Diterima.

NonAuthoritativeInformation 

Informasi Non-Otoritatif HTTP 203.

NoContent 

HTTP 204 Tanpa Konten.

ResetContent 

KONTEN HTTP 205 Rest.

PartialContent 

Konten Parsial HTTP 206.

MultiStatus 

HTTP 207 Multi-Status.

AlreadyReported 

HTTP 208 sudah dilaporkan.

IMUsed 

HTTP 226 IM Digunakan.

MultipleChoices 

HTTP 300 Pilihan Ganda.

MovedPermanently 

HTTP 301 Dipindahkan Secara Permanen.

Found 

HTTP 302 Ditemukan.

SeeOther 

HTTP 303 Lihat Lainnya.

NotModified 

HTTP 304 Tidak Diubah.

UseProxy 

HTTP 305 Gunakan Proksi.

TemporaryRedirect 

Pengalihan Sementara HTTP 307.

PermanentRedirect 

Pengalihan Permanen HTTP 308.

BadRequest 

HTTP 400 Permintaan Buruk.

Unauthorized 

HTTP 401 Tidak Sah.

PaymentRequired 

Pembayaran HTTP 402 Diperlukan.

Forbidden 

HTTP 403 Terlarang.

NotFound 

HTTP 404 Tidak Ditemukan.

MethodNotAllowed 

Metode HTTP 405 tidak diizinkan.

NotAcceptable 

HTTP 406 Tidak Dapat Diterima.

ProxyAuthenticationRequired 

Autentikasi Proksi HTTP 407 Diperlukan.

RequestTimeout 

Batas Waktu Permintaan HTTP 408.

Conflict 

Konflik HTTP 409.

Gone 

HTTP 410 Hilang.

LengthRequired 

Panjang HTTP 411 Diperlukan.

PreconditionFailed 

Prasyarat HTTP 412 Gagal.

PayloadTooLarge 

Payload HTTP 413 Terlalu Besar.

UriTooLong 

HTTP 414 URI Terlalu Panjang.

UnsupportedMediaType 

Tipe Media HTTP 415 Tidak Didukung.

RangeNotSatisfiable 

Rentang HTTP 416 tidak terpenuhi.

ExpectationFailed 

Harapan HTTP 417 Gagal.

MisdirectedRequest 

Permintaan HTTP 421 Salah Arah.

UnprocessableEntity 

ENTITAS HTTP 422 Tidak Dapat Diolah.

Locked 

HTTP 423 Terkunci.

FailedDependency 

Dependensi HTTP 424 Gagal.

TooEarly 

HTTP 425 terlalu dini.

UpgradeRequired 

Peningkatan HTTP 426 Diperlukan.

PreconditionRequired 

Prasyarat HTTP 428 Diperlukan.

TooManyRequests 

HTTP 429 Terlalu Banyak Permintaan.

RequestHeaderFieldsTooLarge 

Bidang Header Permintaan HTTP 431 Terlalu Besar.

UnavailableForLegalReasons 

HTTP 451 Tidak Tersedia Karena Alasan Hukum.

InternalServerError 

Kesalahan Server Internal HTTP 500.

NotImplemented 

HTTP 501 Tidak Diimplementasikan.

BadGateway 

HTTP 502 Gateway Buruk.

ServiceUnavailable 

HTTP 503 Tidak Tersedia.

GatewayTimeout 

Batas Waktu Gateway HTTP 504.

HttpVersionNotSupported 

Versi HTTP 505 HTTP tidak didukung.

VariantAlsoNegotiates 

Varian HTTP 506 Juga Bernegosiasi.

InsufficientStorage 

Http 507 Penyimpanan Tidak Mencukup.

LoopDetected 

PERULANGAN HTTP 508 Terdeteksi.

NotExtended 

HTTP 510 Tidak Diperpanjang.

NetworkAuthenticationRequired 

Autentikasi Jaringan HTTP 511 Diperlukan.