Return the scheme (e.g. "http" or "https"). @return the scheme
()
| 370 | * @return the scheme |
| 371 | */ |
| 372 | public MessageBytes scheme() { |
| 373 | return schemeMB; |
| 374 | } |
| 375 | |
| 376 | /** |
| 377 | * Get a MessageBytes instance that holds the current request's HTTP method. |
no outgoing calls