serverBehavior
P81833
predicate
Indicates how a server responds to requests or events, including its actions, rules, and patterns of operation in a given context.
Observed surface forms (5)
| Surface form | Occurrences |
|---|---|
| definesServerBehavior | 2 |
| serverBehaviorOnMatch | 2 |
| exampleServerBehavior | 1 |
| serverAction | 1 |
| serverResponsibility | 1 |
Sample triples (11)
| Subject | Object |
|---|---|
| RFC 867 | Sends date and time then closes connection ⓘ |
|
ALPN (Application-Layer Protocol Negotiation)
surface form:
ALPN
|
selects one protocol from client list ⓘ |
| RFC 2817 | How an HTTP server responds to TLS upgrade requests via predicate surface "definesServerBehavior" ⓘ |
| If-None-Match | may return 304 Not Modified for GET or HEAD via predicate surface "serverBehaviorOnMatch" ⓘ |
| If-None-Match | may reject state-changing requests with 412 Precondition Failed via predicate surface "serverBehaviorOnMatch" ⓘ |
| Accept-Charset | server may choose the highest q-value charset it supports via predicate surface "exampleServerBehavior" ⓘ |
| Basic | challenges with WWW-Authenticate: Basic realm="..." ⓘ |
| Server-Sent Events | send events as lines separated by \n\n via predicate surface "serverResponsibility" ⓘ |
| Upgrading to TLS Within HTTP/1.1 | accepting or rejecting TLS upgrade requests via predicate surface "definesServerBehavior" ⓘ |
| STOU | server generates unique file name via predicate surface "serverAction" ⓘ |
| MKD | may return created directory name in quotes ⓘ |